From 74c7c64d621337649d9f1c3b76c26d5ceab9ee50 Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand <benjamin.bertrand@esss.se> Date: Tue, 27 Aug 2019 16:22:11 +0200 Subject: [PATCH] Add pytest.ini to speed test discovery Tell pytest to only look in the tests directory --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..5ee6477 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +testpaths = tests -- GitLab