mirror of
https://github.com/soxoj/maigret.git
synced 2026-08-17 19:25:41 +02:00
* Add /etc/maigret/settings.json to the settings search path * Register the slow marker and document offline test runs
9 lines
278 B
INI
9 lines
278 B
INI
# pytest.ini
|
|
[pytest]
|
|
filterwarnings =
|
|
error
|
|
ignore::UserWarning
|
|
ignore:codecs.open\(\) is deprecated:DeprecationWarning:xmind.core.saver
|
|
asyncio_mode=auto
|
|
markers =
|
|
slow: hits the network or takes a long time; deselect with -m "not slow" to get an offline suite |