pytest.ini 255 B

12345678
  1. [pytest]
  2. DJANGO_SETTINGS_MODULE = configs.systest
  3. python_files = test*.py
  4. testpaths = testcase
  5. addopts = -s -v --showlocals --strict --html=latest-pytest-report.html --self-contained-html
  6. markers =
  7. smoke: major baseline
  8. functional: UI etc