Newer
Older
[pytest]
# Register custom markers, see https://docs.pytest.org/en/latest/mark.html
markers =
app: Run all tests for a specific app (apps_running, certs, helmreleases)
certs: Run tests related to TLS certificates
testinfra: Run testinfra tests (test OS/package versions etc)
helmreleases: Test deployed helmreleases installed by flux
apps_running: Test if all the pods for the helmreleases are running