From a65d9974ee2e0fd056e6aff7e0b9eb04d7a78234 Mon Sep 17 00:00:00 2001 From: deeenes Date: Thu, 27 Jun 2024 13:33:00 +0200 Subject: [PATCH] set pytonpath for pytest --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c6730d..c4fa2ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -164,8 +164,9 @@ omit = [ [tool.pytest.ini_options] testpaths = [ - "tests", + "src/test", ] +pythonpath = "src" xfail_strict = true addopts = [ # "-Werror", # if 3rd party libs raise DeprecationWarnings, just use filterwarnings below