From e68363dbbc8bf40dbf5a7c3d0d81ba8fc2b8d134 Mon Sep 17 00:00:00 2001 From: george Date: Sun, 6 Feb 2022 16:19:14 +0000 Subject: [PATCH] Set pytest testpaths. --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index f0b84317..3d362baf 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,3 +3,5 @@ addopts = --cov --cov-config coverage.ini --cov-report=html:htmlcov +testpaths = + tests