milvus/tests/milvus_python_test
zhenwu c6bc56a346 Update test cases #72
Former-commit-id: e92780c6a19bf8741089ebccae828da6720af9db
2019-10-21 20:14:04 +08:00
..
.dockerignore #18 Add all test cases 2019-10-16 18:40:31 +08:00
.gitignore #18 Add all test cases 2019-10-16 18:40:31 +08:00
conftest.py update java-tests and classified python-tests by opensource and internal case 2019-10-19 17:12:59 +08:00
docker-entrypoint.sh #18 Add all test cases 2019-10-16 18:40:31 +08:00
Dockerfile #18 Add all test cases 2019-10-16 18:40:31 +08:00
MilvusCases.md #18 Add all test cases 2019-10-16 18:40:31 +08:00
pytest.ini #18 Add all test cases 2019-10-16 18:40:31 +08:00
README.md Update README.md #27 2019-10-17 16:55:46 +08:00
requirements_cluster.txt #18 Add all test cases 2019-10-16 18:40:31 +08:00
requirements_no_pymilvus.txt #18 Add all test cases 2019-10-16 18:40:31 +08:00
requirements.txt #18 Add all test cases 2019-10-16 18:40:31 +08:00
run.sh #18 Add all test cases 2019-10-16 18:40:31 +08:00
test_add_vectors.py Update test cases #72 2019-10-21 20:14:04 +08:00
test_connect.py #18 Add all test cases 2019-10-16 18:40:31 +08:00
test_delete_vectors.py remove delete vectors cases #55 2019-10-21 11:48:49 +08:00
test_index.py update java-tests and classified python-tests by opensource and internal case #50 2019-10-19 19:34:46 +08:00
test_mix.py #18 Add all test cases 2019-10-16 18:40:31 +08:00
test_ping.py #18 Add all test cases 2019-10-16 18:40:31 +08:00
test_search_vectors.py update java-tests and classified python-tests by opensource and internal case #50 2019-10-19 19:34:46 +08:00
test_table_count.py update java-tests and classified python-tests by opensource and internal case #50 2019-10-19 19:34:46 +08:00
test_table.py Update test cases #72 2019-10-21 20:14:04 +08:00
test.template #18 Add all test cases 2019-10-16 18:40:31 +08:00
utils.py Update test cases #72 2019-10-21 20:14:04 +08:00

Requirements

  • python 3.6.8+
  • pip install -r requirements.txt

How to use this Test Project

pytest . --level=1

or test connect function only

pytest test_connect.py --level=1

with allure test report

pytest --alluredir=test_out . -q -v
allure serve test_out

Contribution getting started

  • Follow PEP-8 for naming and black for formatting.