From 30d801e7980f408d1ceb1d646f173787dfb19522 Mon Sep 17 00:00:00 2001 From: Ettore Dreucci Date: Fri, 25 Dec 2020 23:52:09 +0100 Subject: [PATCH] Updated pytest.ini to reflext new file structure Signed-off-by: Ettore Dreucci --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 3be2359..72ac0f3 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ # pytest.ini [pytest] python_files = day_*.py -testpaths = 2020-python/solutions +testpaths = 2020/solutions