diff --git a/tests/functional/pytest.ini b/tests/functional/pytest.ini index 1079615..1e71f5e 100644 --- a/tests/functional/pytest.ini +++ b/tests/functional/pytest.ini @@ -1,2 +1,5 @@ [pytest] +markers = + security: security objectives coverage + long: long, do not run by default addopts = --ignore=tests/security -m "not long"