aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMatias Linares <matias.linares@comprandoengrupo.net>2025-02-25 17:05:51 -0300
committerMatias Linares <matias.linares@comprandoengrupo.net>2025-02-27 11:57:57 -0300
commit265a1db778542623e42f1b35857579c25160df88 (patch)
tree8696da64c52d8b15b21c3a442b9fc8c4747134aa /pyproject.toml
parentc5f854946a40b1ec278dfa999b3aaba9109dfc42 (diff)
downloadkodereviewer-265a1db778542623e42f1b35857579c25160df88.tar.gz
Add reviewer dialog and begin new diff views
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
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"]