mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Update stats tags in test cases
Signed-off-by: del-zhenwu <zhenxiang.li@zilliz.com>
This commit is contained in:
parent
ec0407d5f1
commit
ae227cfce8
@ -53,7 +53,7 @@ def pytest_runtestloop(session):
|
||||
res[item.fspath.basename]["total"] += 1
|
||||
res["total_num"] += 1
|
||||
for marker in item.own_markers:
|
||||
if "0331" in marker.args:
|
||||
if marker.name == "tags" and "0331" in marker.args:
|
||||
res["tags_num"] += 1
|
||||
res[item.fspath.basename]["tags"] += 1
|
||||
print(res)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user