From 2ef0a57015718c3ee748578d072d78bfd0e39c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Thu, 7 Sep 2023 13:44:51 +0200 Subject: [PATCH] Set default testpaths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index 4dce8d7..3e07aaf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,3 +54,8 @@ exclude = [options.package_data] * = py.typed + +[tool:pytest] +testpaths = + tests/unit + tests/integration