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