Spaces:
Running
Running
File size: 206 Bytes
9f2df60 | 1 2 3 4 5 6 7 | [pytest]
testpaths = tests
addopts = -m "not network and not integration"
markers =
network: requires external network access
integration: requires external services or full-stack integration setup
|