milvus/tests/milvus_python_test
del-zhenwu 6283ee1bed
Remove connect (#2193)
* remove disconnect test case

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

* stable case

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

* re-trigger

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

* update cases

Signed-off-by: zw <zw@zilliz.com>
2020-04-30 01:36:24 +00: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 remove disconnect test case (#2183) 2020-04-29 13:54:11 +00: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 Set case level (#1968) 2020-04-21 01:33:05 +00: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 Remove connect (#2193) 2020-04-30 01:36:24 +00:00
test_collection.py remove disconnect test case (#2183) 2020-04-29 13:54:11 +00:00
test_collection_count.py remove disconnect test case (#2183) 2020-04-29 13:54:11 +00:00
test_collection_info.py New api HasPartition, SearchByID, GetVectorsByID (#2056) 2020-04-25 14:49:32 +08:00
test_compact.py New api HasPartition, SearchByID, GetVectorsByID (#2056) 2020-04-25 14:49:32 +08:00
test_config.py Change to 0.8.0 and rename from preload_table to preload_collection (#1904) 2020-04-11 19:01:29 +08:00
test_connect.py Remove connect (#2193) 2020-04-30 01:36:24 +00:00
test_delete_vectors.py add annoy case (#1868) 2020-04-07 16:25:59 +08:00
test_flush.py remove disconnect test case (#2183) 2020-04-29 13:54:11 +00:00
test_get_vector_ids.py New api HasPartition, SearchByID, GetVectorsByID (#2056) 2020-04-25 14:49:32 +08:00
test_get_vectors_by_ids.py remove disconnect test case (#2183) 2020-04-29 13:54:11 +00:00
test_index.py remove disconnect test case (#2183) 2020-04-29 13:54:11 +00:00
test_mix.py Remove connect (#2193) 2020-04-30 01:36:24 +00:00
test_partition.py Update case (#2113) 2020-04-25 18:56:52 +08:00
test_ping.py Remove connect (#2193) 2020-04-30 01:36:24 +00:00
test_search_by_ids.py remove disconnect test case (#2183) 2020-04-29 13:54:11 +00:00
test_search_vectors.py remove disconnect test case (#2183) 2020-04-29 13:54:11 +00:00
test_wal.py New api HasPartition, SearchByID, GetVectorsByID (#2056) 2020-04-25 14:49:32 +08:00
utils.py Set case level (#1968) 2020-04-21 01:33:05 +00: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.