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__"]