pytest.ini 146 B

123456
  1. [pytest]
  2. python_files = Test*.py
  3. addopts = -rsxX -v --durations=6
  4. markers =
  5. slow: mark a tests as slow.
  6. webtest: mark a test as a webtest.