整合测试框架

- 整合了原有的功能用例与接口测试
This commit is contained in:
2023-12-27 15:47:51 +08:00
parent 4ccd40bab9
commit a9210ce318
47 changed files with 1437 additions and 1 deletions

10
testcases/pytest.ini Normal file
View File

@@ -0,0 +1,10 @@
[pytest]
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -n 16 --dist=loadscope -p no:warnings
log_cli = 0