mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
c6bc56a346
Former-commit-id: e92780c6a19bf8741089ebccae828da6720af9db |
||
---|---|---|
.. | ||
.dockerignore | ||
.gitignore | ||
conftest.py | ||
docker-entrypoint.sh | ||
Dockerfile | ||
MilvusCases.md | ||
pytest.ini | ||
README.md | ||
requirements_cluster.txt | ||
requirements_no_pymilvus.txt | ||
requirements.txt | ||
run.sh | ||
test_add_vectors.py | ||
test_connect.py | ||
test_delete_vectors.py | ||
test_index.py | ||
test_mix.py | ||
test_ping.py | ||
test_search_vectors.py | ||
test_table_count.py | ||
test_table.py | ||
test.template | ||
utils.py |
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.