Skip to content

Commit 4fd667e

Browse files
committed
Rest of the pytest command with MPL extensions.
1 parent 594f79d commit 4fd667e

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,17 @@ py313 = ["3.13"]
201201

202202
[tool.tox.env.test]
203203
extras = ["testing"]
204-
commands = [
205-
["python", "-m", "pytest", "--mpl"]]
204+
commands = [[
205+
"python",
206+
"-m",
207+
"pytest",
208+
"--mpl",
209+
"--mpl-generate-summary=html",
210+
"--mpl-results-path={toxinidir}/reports",
211+
"-v",
212+
"--color=yes",
213+
"--cov=napari_matplotlib",
214+
"--cov-report=xml"
215+
]]
206216

207217
# python -m pytest --mpl --mpl-generate-summary=html --mpl-results-path={toxinidir}/reports -v --color=yes --cov=napari_matplotlib --cov-report=xml

0 commit comments

Comments
 (0)