test: implement unit testing suite with pytest and add pre-push verification hook
This commit is contained in:
@@ -46,7 +46,14 @@ auth = "strava_mcp_server.get_token:main"
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ruff>=0.15.12",
|
||||
"pytest>=8.0",
|
||||
"pytest-asyncio>=0.24",
|
||||
"pytest-sugar>=1.1.1",
|
||||
]
|
||||
|
||||
[tool.hatch.version]
|
||||
source = "vcs"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
asyncio_mode = "auto"
|
||||
testpaths = ["tests"]
|
||||
|
||||
Reference in New Issue
Block a user