Files
lib_rgb/testcases/pytest.ini
qiushui a9210ce318 整合测试框架
- 整合了原有的功能用例与接口测试
2023-12-27 15:47:51 +08:00

10 lines
147 B
INI

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