From a3c3714d470c12ef8ed5eb7dc30e9e28834863a0 Mon Sep 17 00:00:00 2001 From: Dusan Figala Date: Tue, 29 Aug 2023 14:40:02 +0200 Subject: [PATCH] Set pytest testpaths --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index cfc95b0d..101e3c9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,9 @@ profile = "black" line_length = 99 [tool.pytest.ini_options] +testpaths = [ + "tests", +] norecursedirs = [ "build", "docs",