milvus/tests/milvus_python_test
zhenwu c9b2d13619 Disble mysql-version test
Former-commit-id: e1deb82d6ddf2130a945689269c1be9e91f33f5e
2019-10-28 11:07:34 +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 fix test case for open-version 2019-10-25 16:14:51 +08:00
run.sh #18 Add all test cases 2019-10-16 18:40:31 +08:00
test_add_vectors.py fix test case for open-version 2019-10-25 16:14:51 +08:00
test_connect.py Disble mysql-version test 2019-10-28 11:07:34 +08:00
test_delete_vectors.py remove delete vectors cases #55 2019-10-21 11:48:49 +08:00
test_index.py Disble mysql-version test 2019-10-28 11:07:34 +08:00
test_mix.py fix test case for open-version 2019-10-25 16:14:51 +08:00
test_ping.py Disble mysql-version test 2019-10-28 11:07:34 +08:00
test_search_vectors.py remove one case in search 2019-10-25 16:42:37 +08:00
test_table_count.py fix test case for open-version 2019-10-25 16:14:51 +08:00
test_table.py Disble mysql-version test 2019-10-28 11:07:34 +08:00
test.template #18 Add all test cases 2019-10-16 18:40:31 +08:00
utils.py fix test case for open-version 2019-10-25 16:14:51 +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.