mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
8f88529fc1
* Update framework * remove files * Remove files * Remove ann-acc cases && Update java-sdk cases * change cn to en * [skip ci] remove doc test * [skip ci] change cn to en * Case stability * Add mail notification when test failed * Add main notification * Add main notification * gen milvus instance from utils * Distable case with multiprocess * Add mail notification when nightly test failed * add milvus handler param * add http handler Co-authored-by: quicksilver <zhifeng.zhang@zilliz.com> |
||
---|---|---|
.. | ||
.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_index.py | ||
test_mix.py | ||
test_partition.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.