Skip to content

Commit 8f47628

Browse files
committed
chore: add pytest
1 parent e94c55e commit 8f47628

File tree

2 files changed

+79
-0
lines changed

2 files changed

+79
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ dependencies = [
1414
[project.scripts]
1515
protocols-io-mcp = "protocols_io_mcp.__main__:main"
1616

17+
[project.optional-dependencies]
18+
dev = [
19+
"pytest>=8.4.1",
20+
"pytest-asyncio>=1.1.0",
21+
"pytest-mock>=3.14.1",
22+
]
23+
1724
[build-system]
1825
requires = ["hatchling"]
1926
build-backend = "hatchling.build"

uv.lock

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