milvus/tests/milvus_python_test
..
collection
entity
stability
.dockerignore
.gitignore
Dockerfile
README.md
conftest.py
docker-entrypoint.sh
pytest.ini
requirements.txt
requirements_cluster.txt
requirements_no_pymilvus.txt
run.sh
test_compact.py
test_config.py
test_connect.py
test_flush.py
test_index.py
test_mix.py
test_partition.py
test_ping.py
test_wal.py
utils.py

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.