4 lines
117 B
INI
4 lines
117 B
INI
[pytest]
|
|
addopts = -m "not network"
|
|
markers = network: marks tests that require real network access to external APIs
|