pytest.ini 114 B

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