File size: 144 Bytes
10aced5 | 1 2 3 4 5 6 | [pytest]
addopts = -m "not integration"
markers =
integration: requires a running API server (use: make test-integration)
testpaths = tests
|
10aced5 | 1 2 3 4 5 6 | [pytest]
addopts = -m "not integration"
markers =
integration: requires a running API server (use: make test-integration)
testpaths = tests
|