Skip to content

Commit eec9988

Browse files
committed
Verbose pytest
1 parent 3c0a43b commit eec9988

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pytest = "*"
8686

8787
[tool.pixi.feature.lint.tasks]
8888
pre-commit-install = { cmd = "pre-commit install" }
89-
pre-commit = { cmd = "pre-commit run -v --all-files --show-diff-on-failure" }
89+
pre-commit = { cmd = "pre-commit run --all-files" }
9090
mypy = { cmd = "mypy", cwd = "." }
9191
pylint = { cmd = ["pylint", "array_api_extra"], cwd = "src" }
9292
pyright = { cmd = "basedpyright", cwd = "." }
@@ -99,8 +99,8 @@ array-api-strict = "*"
9999
numpy = "*"
100100

101101
[tool.pixi.feature.tests.tasks]
102-
tests = { cmd = "pytest" }
103-
tests-ci = { cmd = "pytest -ra --cov --cov-report=xml --cov-report=term --durations=20" }
102+
tests = { cmd = "pytest -v" }
103+
tests-ci = { cmd = "pytest -v -ra --cov --cov-report=xml --cov-report=term --durations=20" }
104104
tests-vendor = { cmd = "pytest vendor_tests" }
105105

106106
[tool.pixi.feature.docs.dependencies]

0 commit comments

Comments
 (0)