Skip to content
Snippets Groups Projects
pytest.ini 475 B
Newer Older
Varac's avatar
Varac committed
[pytest]
# Register custom markers, see https://docs.pytest.org/en/latest/mark.html
markers =
    certs: Run tests related to TLS certificates
Varac's avatar
Varac committed
    testinfra: Run testinfra tests (test OS/package versions etc)
    prometheus: Test prometheus
Varac's avatar
Varac committed
    helmreleases: Test deployed helmreleases installed by flux
    apps_running: Test if all the pods for the helmreleases are running

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