From 9ebbf0f48118d5db9f4842012850759d66a53a25 Mon Sep 17 00:00:00 2001 From: Lehman Garrison Date: Tue, 13 May 2025 10:15:05 -0400 Subject: [PATCH] pyproject.toml: set default pytest path --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2ed7731..0ac8333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,3 +63,6 @@ exclude = [] [tool.ruff.isort] known-first-party = ["jax-finufft"] combine-as-imports = true + +[tool.pytest.ini_options] +testpaths = ["tests"]