Skip to content

Commit 74156cf

Browse files
committed
add pytest
1 parent 9005ba6 commit 74156cf

File tree

2 files changed

+99
-1
lines changed

2 files changed

+99
-1
lines changed

poetry.lock

+96-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ python = "^3.8"
1414
requests = "^2.32.3"
1515
robotframework = ">=6.0,<9.0"
1616

17+
[tool.poetry.group.dev.dependencies]
18+
pytest = "^8.3.3"
19+
1720
[build-system]
1821
requires = ["poetry-core"]
1922
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)