Files
spotify-downloader/setup.cfg
2020-03-27 04:33:00 +05:30

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"')