From d416d166f26fb05f9252c4e5124c256fd40a0368 Mon Sep 17 00:00:00 2001 From: Kamil Lepek Date: Mon, 10 Jun 2019 13:04:49 +0200 Subject: [PATCH] Create config which excludes tests marked as "long" and security tests by default Signed-off-by: Kamil Lepek --- tests/functional/pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/functional/pytest.ini diff --git a/tests/functional/pytest.ini b/tests/functional/pytest.ini new file mode 100644 index 0000000..1079615 --- /dev/null +++ b/tests/functional/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +addopts = --ignore=tests/security -m "not long"