File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ numpy = ["1.25", "2.1"]
138138features = [" gpu" ]
139139
140140[tool .hatch .envs .test .scripts ]
141- run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov=src"
141+ run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov=src --doctest-glob='*.rst' "
142142run-coverage-gpu = " pip install cupy-cuda12x && pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov=src"
143143run = " run-coverage --no-cov"
144144run-verbose = " run-coverage --verbose"
@@ -351,7 +351,7 @@ ignore_errors = true
351351
352352[tool .pytest .ini_options ]
353353minversion = " 7"
354- testpaths = [" tests" ]
354+ testpaths = [" tests" , " docs " ]
355355log_cli_level = " INFO"
356356xfail_strict = true
357357asyncio_mode = " auto"
You can’t perform that action at this time.
0 commit comments