We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7907852 commit 88d4aafCopy full SHA for 88d4aaf
pyproject.toml
@@ -68,6 +68,7 @@ test = [
68
"pytest-cov",
69
"s3fs",
70
"pytest-asyncio",
71
+ "pytest-doctestplus",
72
"moto[s3]",
73
"requests",
74
"mypy",
@@ -136,7 +137,7 @@ numpy = ["1.25", "2.1"]
136
137
features = ["gpu"]
138
139
[tool.hatch.envs.test.scripts]
-run-coverage = "pytest --cov-config=pyproject.toml --cov=pkg --cov=src"
140
+run-coverage = "pytest --cov-config=pyproject.toml --cov=pkg --cov=src --doctest-rst"
141
run-coverage-gpu = "pip install cupy-cuda12x && pytest -m gpu --cov-config=pyproject.toml --cov=pkg --cov=src"
142
run = "run-coverage --no-cov"
143
run-verbose = "run-coverage --verbose"
0 commit comments