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 2a83849 commit 05456f3Copy full SHA for 05456f3
pyproject.toml
@@ -25,6 +25,7 @@ dev-dependencies = [
25
"pytest-xdist>=3.5.0",
26
"toml-cli>=0.6.0",
27
"faker>=25.5.0",
28
+ "pytest-timestamper>=0.0.10",
29
]
30
31
[tool.rye.workspace]
requirements-dev.lock
@@ -205,6 +205,7 @@ pytest-cases==3.8.5
205
pytest-cov==5.0.0
206
pytest-rerunfailures==14.0
207
pytest-snapshot==0.9.0
208
+pytest-timestamper==0.0.10
209
pytest-xdist==3.6.1
210
python-dateutil==2.8.2
211
# via faker
0 commit comments