mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-25 05:10:19 +00:00
67258b58a4
When using tox, pass `-e offline` to exclude online tests. When using pytest, pass `-m "not online"` to do the same.
4 lines
No EOL
99 B
INI
4 lines
No EOL
99 B
INI
[pytest]
|
|
addopts = --strict-markers
|
|
markers =
|
|
online: mark tests are requiring interest access. |