Skip to content

Commit 98a1faa

Browse files
uv: Add helper modules for pytest
1 parent 98e4ebe commit 98a1faa

2 files changed

Lines changed: 122 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ dev = [
2525
"mypy>=1.18.2",
2626
"pip-audit>=2.7.3",
2727
"pyright>=1.1.406",
28+
"pytest-md>=0.2.0",
29+
"pytest-emoji>=0.2.0",
30+
"pytest-dotenv>=0.5.2",
31+
"pytest-asyncio>=1.2.0",
32+
"pytest-rerunfailures>=16.0.1",
33+
"pytest-xdist>=3.8.0",
2834
]
2935

3036
[tool.mypy]

uv.lock

Lines changed: 116 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)