about summary refs log tree commit diff stats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4e323df..9a80ed2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,6 +21,7 @@ dependencies = [
 dev = [
 	"ruff",
 	"black",
+	"pytest",
 	"pyright",
 ]
 
@@ -70,3 +71,8 @@ reportMissingTypeStubs = false
 useLibraryCodeForTypes = true
 executionEnvironments = [ {root = "src"} ]
 
+[tool.pytest.ini_options]
+testpaths = ["tests"]
+python_files = ["test_*.py"]
+python_functions = ["test_*"]
+