mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 01:40:16 +00:00
6 lines
202 B
INI
6 lines
202 B
INI
[tool:pytest]
|
|
addopts = --strict-markers -m "not network"
|
|
markers =
|
|
network: marks test which rely on external network resources (select with '-m network' or run all with '-m "network, not network"')
|
|
|