| [pytest] | |
| addopts = -m "not integration" | |
| markers = | |
| integration: requires a running API server (use: make test-integration) | |
| testpaths = tests | |
| [pytest] | |
| addopts = -m "not integration" | |
| markers = | |
| integration: requires a running API server (use: make test-integration) | |
| testpaths = tests | |