From 2b7a2491436d353c9e1cbca5291ed280f5176460 Mon Sep 17 00:00:00 2001 From: Adam Rutkowski Date: Tue, 28 Dec 2021 11:57:13 +0100 Subject: [PATCH] pyocf: document custom markers in pytest.ini Signed-off-by: Adam Rutkowski --- tests/functional/pytest.ini | 3 +++ 1 file changed, 3 insertions(+) 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"