milvus/tests/milvus_python_test
del-zhenwu 21c7b8f09c
Add structure cases (#1675)
* enable nsg case

Signed-off-by: zhenwu <zw@zilliz.com>

* enable sub/superstructure

Signed-off-by: zhenwu <zw@zilliz.com>
2020-03-16 21:33:25 +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
Dockerfile run hadolint with reviewdog (#1060) 2020-01-16 19:59:26 +08:00
README.md Update README.md #27 2019-10-17 16:55:46 +08:00
conftest.py Add structure cases (#1675) 2020-03-16 21:33:25 +08:00
docker-entrypoint.sh #18 Add all test cases 2019-10-16 18:40:31 +08:00
pytest.ini Add nightly test notification && improve test case stability (#1056) 2020-01-17 09:59:49 +08:00
requirements.txt Update ci pip install 2020-03-11 23:14:09 +08:00
requirements_cluster.txt Use pymilvus at testing stage in master-ci-pipeline (#1346) 2020-02-24 19:00:55 +08:00
requirements_no_pymilvus.txt Add partition case 2019-11-21 17:23:06 +08:00
run.sh #18 Add all test cases 2019-10-16 18:40:31 +08:00
test_add_vectors.py skip some cases in http mode (#1633) 2020-03-13 20:21:23 +08:00
test_collection.py Add structure cases (#1675) 2020-03-16 21:33:25 +08:00
test_collection_count.py Add structure cases (#1675) 2020-03-16 21:33:25 +08:00
test_collection_info.py change table to collection 2020-03-09 12:00:37 +08:00
test_compact.py change table to collection 2020-03-09 12:00:37 +08:00
test_config.py enable nsg case (#1670) 2020-03-16 19:32:14 +08:00
test_connect.py change table to collection 2020-03-09 12:00:37 +08:00
test_delete_vectors.py skip some cases in http mode (#1633) 2020-03-13 20:21:23 +08:00
test_flush.py skip some cases in http mode (#1633) 2020-03-13 20:21:23 +08:00
test_get_vector_by_id.py fix test cases 2020-03-09 09:20:34 +00:00
test_get_vector_ids.py change table to collection 2020-03-09 12:00:37 +08:00
test_index.py Add structure cases (#1675) 2020-03-16 21:33:25 +08:00
test_mix.py change table to collection 2020-03-09 12:00:37 +08:00
test_partition.py change table to collection 2020-03-09 12:00:37 +08:00
test_ping.py Delete and WAL feature branch merge (#1436) 2020-02-29 16:11:31 +08:00
test_search_by_id.py change table to collection 2020-03-09 12:00:37 +08:00
test_search_vectors.py Add structure cases (#1675) 2020-03-16 21:33:25 +08:00
test_wal.py change table to collection 2020-03-09 12:00:37 +08:00
utils.py Add structure cases (#1675) 2020-03-16 21:33:25 +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.