milvus/tests/milvus_python_test
del-zhenwu d0620f61de
Add test case: insert/delete on default partition name (#6881)
Resolves: #6879 

Signed-off-by: del-zhenwu <zhenxiang.li@zilliz.com>
2021-07-29 14:53:46 +08:00
..
collection add test cases for index_file_size (#5708) 2021-06-10 16:57:14 +08:00
entity Add test case: insert/delete on default partition name (#6881) 2021-07-29 14:53:46 +08:00
stability [skip ci] Update cases for the resources changed (#2907) 2020-07-18 11:22:36 +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 [skip ci] Enlarge timeout value for creating collection (#2630) 2020-06-19 19:46:25 +08:00
docker-entrypoint.sh #18 Add all test cases 2019-10-16 18:40:31 +08:00
pytest.ini Add go test && fix case bug (#2396) 2020-05-21 09:58:29 +00:00
requirements.txt Fix grpcio version unmatch error (#5403) 2021-05-26 11:11:43 +08:00
requirements_cluster.txt fix: tests/milvus_python_test/requirements_cluster.txt to reduce vulnerabilities (#2221) 2020-05-06 21:43:40 +08:00
requirements_no_pymilvus.txt fix: tests/milvus_python_test/requirements_no_pymilvus.txt to reduce vulnerabilities (#4641) 2021-01-22 15:40:39 +08:00
run.sh #18 Add all test cases 2019-10-16 18:40:31 +08:00
test_compact.py [skip ci] disable cron on 0.10.0 (#2566) 2020-06-16 00:01:22 +08:00
test_config.py add test cases for index_file_size (#5708) 2021-06-10 16:57:14 +08:00
test_connect.py update test connect case (#5039) 2021-04-27 10:01:44 +08:00
test_flush.py Rename methods (#2312) 2020-05-12 18:13:05 +08:00
test_index.py [Test CI] Add dim test on GPU (#5102) 2021-04-30 15:04:34 +08:00
test_mix.py Rename methods (#2312) 2020-05-12 18:13:05 +08:00
test_partition.py [skip ci] disable cron on 0.10.0 (#2566) 2020-06-16 00:01:22 +08:00
test_ping.py modify the version to 1.1.1 (#5615) 2021-06-05 10:06:55 +08:00
test_wal.py Rename methods (#2312) 2020-05-12 18:13:05 +08:00
utils.py Add an optional parameter 'nbtis' for IVF_PQ (#4709) 2021-02-19 07:29:25 +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.