milvus/tests/milvus_python_test
BossZou 96f55d0271
[skip ci] Remove milvus IndexType,MetricType import (#3034)
Signed-off-by: yhz <413554850@qq.com>
2020-07-27 18:52:52 +08:00
..
collection [skip ci] Remove milvus IndexType,MetricType import (#3034) 2020-07-27 18:52:52 +08:00
entity [skip ci] Remove milvus IndexType,MetricType import (#3034) 2020-07-27 18:52:52 +08:00
stability [skip ci] Remove milvus IndexType,MetricType import (#3034) 2020-07-27 18:52:52 +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] Remove milvus IndexType,MetricType import (#3034) 2020-07-27 18:52:52 +08:00
docker-entrypoint.sh #18 Add all test cases 2019-10-16 18:40:31 +08:00
pytest.ini merge tests from 0.9.1 to master (#2432) 2020-05-26 14:13:33 +08:00
requirements.txt Merge scalar-field-filtering to master (#2976) 2020-07-23 11:21:34 +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 Merge scalar-field-filtering to master (#2976) 2020-07-23 11:21:34 +08:00
run.sh #18 Add all test cases 2019-10-16 18:40:31 +08:00
test_compact.py [skip ci] Remove milvus IndexType,MetricType import (#3034) 2020-07-27 18:52:52 +08:00
test_config.py Merge scalar-field-filtering to master (#2976) 2020-07-23 11:21:34 +08:00
test_connect.py Merge scalar-field-filtering to master (#2976) 2020-07-23 11:21:34 +08:00
test_flush.py [skip ci] Remove milvus IndexType,MetricType import (#3034) 2020-07-27 18:52:52 +08:00
test_index.py Merge scalar-field-filtering to master (#2976) 2020-07-23 11:21:34 +08:00
test_mix.py Merge scalar-field-filtering to master (#2976) 2020-07-23 11:21:34 +08:00
test_partition.py Merge scalar-field-filtering to master (#2976) 2020-07-23 11:21:34 +08:00
test_ping.py Merge scalar-field-filtering to master (#2976) 2020-07-23 11:21:34 +08:00
test_wal.py Merge scalar-field-filtering to master (#2976) 2020-07-23 11:21:34 +08:00
utils.py [skip ci] Remove milvus IndexType,MetricType import (#3034) 2020-07-27 18:52:52 +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.