milvus/tests/milvus_python_test
JinHai-CN bd7e0ee5c9 Update code due to 0.10.1
Signed-off-by: JinHai-CN <hai.jin@zilliz.com>
2020-06-19 10:07:55 +08:00
..
collection Add cases (#2451) 2020-05-29 20:00:09 +08:00
entity [skip ci] disable cron on 0.10.0 (#2566) 2020-06-16 00:01:22 +08:00
stability [skip ci] disable restart case. (#2515) 2020-06-09 15:08:12 +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 Add cases (#2451) 2020-05-29 20:00:09 +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 test level 3: restart (#2384) 2020-05-20 18:51:50 +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 (#2223) 2020-05-06 21:44:40 +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 Upgrade config (#2511) 2020-06-12 09:22:26 +08:00
test_connect.py add close cases (#2339) 2020-05-14 21:12:35 +08:00
test_flush.py Rename methods (#2312) 2020-05-12 18:13:05 +08:00
test_index.py Add http (#2505) 2020-06-08 11:36:55 +00: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 Update code due to 0.10.1 2020-06-19 10:07:55 +08:00
test_wal.py Rename methods (#2312) 2020-05-12 18:13:05 +08:00
utils.py Upgrade config (#2511) 2020-06-12 09:22:26 +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.