UCAS-EasyTranslate / pytest.ini
lijn14
创建工程
c1a46f7
Raw
History Blame
125 Bytes
[pytest]
testpaths = tests
python_files = test_*.py
python_functions = test_*
python_classes = Test*
addopts = -v --tb=short