diff --git a/pyproject.toml b/pyproject.toml index 9d5f8c23..60f718f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ build-backend = "hatchling.build" [tool.pytest.ini_options] -testpaths = ["project", "docs"] +testpaths = ["project", "docs", "tests"] norecursedirs = [".venv", "site"] # Required to use torch deterministic mode. env = ["CUBLAS_WORKSPACE_CONFIG=:4096:8"]