pytest.ini 160 B

123456
  1. [pytest]
  2. testpaths = app/tests tests exam
  3. pythonpath = .
  4. asyncio_mode = auto
  5. markers =
  6. slow: tests that require external services or long-running workflows