Skip to content

Commit be4e099

Browse files
authored
Use pytest-pretty (#886)
1 parent 0e480cc commit be4e099

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main
77
- "releases/*"
88

9+
env:
10+
COLUMNS: 120
11+
912
jobs:
1013
# Build and test the project
1114
build-lint-test:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ dev = [
4949
"twine>=4.0.1,<5",
5050
"ruff>=0.5.0,<0.6",
5151
"maturin>=1.8.2",
52+
"pytest-pretty>=1.3.0",
5253
]
5354

5455
[tool.poe.tasks]

uv.lock

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)