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 @@ -136,7 +136,7 @@ numpy = ["1.25", "2.1"]
136
136
features = [" gpu" ]
137
137
138
138
[tool .hatch .envs .test .scripts ]
139
- run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov=src"
139
+ run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov=src --doctest-glob='*.rst' "
140
140
run-coverage-gpu = " pip install cupy-cuda12x && pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov=src"
141
141
run = " run-coverage --no-cov"
142
142
run-verbose = " run-coverage --verbose"
@@ -349,7 +349,7 @@ ignore_errors = true
349
349
350
350
[tool .pytest .ini_options ]
351
351
minversion = " 7"
352
- testpaths = [" tests" ]
352
+ testpaths = [" tests" , " docs " ]
353
353
log_cli_level = " INFO"
354
354
xfail_strict = true
355
355
asyncio_mode = " auto"
You can’t perform that action at this time.
0 commit comments