[pytest]
# Register custom markers, see https://docs.pytest.org/en/latest/mark.html
markers =
    resource: Run all tests for a specific resource
    certs: Run tests related to TLS certificates
    testinfra: Run testinfra tests (test OS/package versions etc)
    prometheus: Test prometheus
    helmreleases: Test deployed helmreleases installed by flux
    kustomizations: Test that flux kustomizations are ready
    deployments: Test if all deployments are ready
    statefulsets: Test if all statefulsets are ready
    daemonsets: Test if all daemonsets are ready
    dns: Check if cluster domain resolves at all nameservers

# https://docs.pytest.org/en/latest/warnings.html
filterwarnings =
    ignore::DeprecationWarning