From 6d5c2d0cdf161869180f4b32dee817df49cf512d Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 17 May 2020 14:35:58 +0300 Subject: [PATCH] Add testpaths to tell pytest where to search for tests --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 17e85bd21..30843b847 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,3 +10,4 @@ multi_line_output = 3 [tool:pytest] addopts = -rs +testpaths = Tests