pytest.ini 119 B

1234
  1. [pytest]
  2. asyncio_mode = auto
  3. markers =
  4. live: marks tests as live/integration tests (deselect with '-m "not live"')