sherlock/pytest.ini
Paul Pfeister 67258b58a4
Adapt for online testing
When using tox, pass `-e offline` to exclude online tests.
When using pytest, pass `-m "not online"` to do the same.
2024-05-31 14:46:47 -04:00

4 lines
No EOL
99 B
INI

[pytest]
addopts = --strict-markers
markers =
online: mark tests are requiring interest access.