milvus/tests/milvus_python_test
del-zhenwu db42b0bd94
fix case bug (#2049)
Signed-off-by: zw <zw@zilliz.com>
2020-04-23 06:06:42 +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 Set case level (#1968) 2020-04-21 01:33:05 +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 fix case bug (#2049) 2020-04-23 06:06:42 +00:00
test_collection.py fix case bug (#2049) 2020-04-23 06:06:42 +00:00
test_collection_count.py fix case bug (#2049) 2020-04-23 06:06:42 +00:00
test_collection_info.py change table to collection 2020-03-09 12:00:37 +08:00
test_compact.py add delete case for hnsw/pq in cpu-version (#1741) 2020-03-26 23:17:04 +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 Set case level (#1968) 2020-04-21 01:33:05 +00:00
test_delete_vectors.py add annoy case (#1868) 2020-04-07 16:25:59 +08:00
test_flush.py fix case bug (#2049) 2020-04-23 06:06:42 +00: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 fix case bug (#2049) 2020-04-23 06:06:42 +00:00
test_mix.py change table to collection 2020-03-09 12:00:37 +08:00
test_partition.py Set case level (#1968) 2020-04-21 01:33:05 +00:00
test_ping.py Change to 0.8.0 and rename from preload_table to preload_collection (#1904) 2020-04-11 19:01:29 +08:00
test_search_by_id.py change table to collection 2020-03-09 12:00:37 +08:00
test_search_vectors.py [skip-ci] remove redundant code in test cases (#2019) 2020-04-21 16:40:02 +08:00
test_wal.py change table to collection 2020-03-09 12:00:37 +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.