From 26fe98dde7a0d2166b7d2da513e8859eec5ae601 Mon Sep 17 00:00:00 2001 From: Benjamin Rosemann Date: Wed, 11 Nov 2020 11:13:24 +0100 Subject: [PATCH] Readd pytest.ini --- pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..c56273f --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +markers = + integration: integration tests + serial