From a598fe762297e15e7ca17e68dbb790f77da78f42 Mon Sep 17 00:00:00 2001 From: binrogithub Date: Sun, 8 Feb 2026 18:01:19 +0300 Subject: [PATCH] Add pytest configuration --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000000..3e24ab497a --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +[tool.pytest.ini_options] +testpaths = ["tests"] +python_files = ["test_*.py"] +norecursedirs = ["client", "frontend", "utils", "results", "venv", ".venv", "build", "dist", ".git", "__pycache__"]