pytest.ini 223 B

123456789
  1. [pytest]
  2. addopts = -vs --alluredir=./temps --clean-alluredir
  3. testpaths = ./test_case/qccq
  4. ;python_files = test_*.py
  5. ;python_classes = Test*
  6. ;python_functions = test
  7. ;markers =
  8. ; smoke:冒烟
  9. ; usermanage:用户管理