diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 657ab63..ff00bc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,3 +44,6 @@ kodereviewer = "kodereviewer.app:main" [tool.pyright] venv = "venv" venvPath = "." + +[tool.pytest.ini_options] +python_files = ["*_tests.py"] |