pytest.ini 220 B

1234567
  1. [pytest]
  2. markers =
  3. online: tests require a connection to the internet
  4. reddit: tests require a connection to Reddit
  5. slow: test is slow to run
  6. authenticated: test requires an authenticated Reddit instance