milvus/tests/milvus_python_test
zhenwu 19b77d1a7c fix case bug 2019-11-27 13:41:45 +08:00
..
.dockerignore
.gitignore
Dockerfile
MilvusCases.md
README.md
conftest.py Update case 2019-11-16 18:13:31 +08:00
docker-entrypoint.sh
pytest.ini Add partition case 2019-11-21 17:23:06 +08:00
requirements.txt Add partition case 2019-11-21 17:23:06 +08:00
requirements_cluster.txt
requirements_no_pymilvus.txt Add partition case 2019-11-21 17:23:06 +08:00
run.sh
test.template
test_add_vectors.py fix test case bug 2019-11-25 15:02:51 +08:00
test_connect.py Disable multiprocess cases 2019-11-22 14:12:57 +08:00
test_delete_vectors.py remove delete vectors cases #55 2019-10-21 11:48:49 +08:00
test_index.py fix test case bug 2019-11-25 15:02:51 +08:00
test_mix.py Disable multiprocess cases 2019-11-22 14:12:57 +08:00
test_partition.py Add partition case 2019-11-21 17:23:06 +08:00
test_ping.py Update server_version 2019-11-15 09:47:22 +08:00
test_search_vectors.py fix case bug 2019-11-27 13:41:45 +08:00
test_table.py Add partition case 2019-11-21 17:23:06 +08:00
test_table_count.py Add partition case 2019-11-21 17:23:06 +08:00
utils.py fix python sdk test case bug 2019-11-26 10:36:07 +08:00

README.md

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.