mirror of https://github.com/milvus-io/milvus.git
21c7b8f09c
* enable nsg case Signed-off-by: zhenwu <zw@zilliz.com> * enable sub/superstructure Signed-off-by: zhenwu <zw@zilliz.com> |
||
---|---|---|
.. | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
conftest.py | ||
docker-entrypoint.sh | ||
pytest.ini | ||
requirements.txt | ||
requirements_cluster.txt | ||
requirements_no_pymilvus.txt | ||
run.sh | ||
test_add_vectors.py | ||
test_collection.py | ||
test_collection_count.py | ||
test_collection_info.py | ||
test_compact.py | ||
test_config.py | ||
test_connect.py | ||
test_delete_vectors.py | ||
test_flush.py | ||
test_get_vector_by_id.py | ||
test_get_vector_ids.py | ||
test_index.py | ||
test_mix.py | ||
test_partition.py | ||
test_ping.py | ||
test_search_by_id.py | ||
test_search_vectors.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.