File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,15 @@ dependencies = [
2626]
2727
2828[project .urls ]
29- Homepage = " https://github.com/fulfil-io /mcp-utils"
30- Repository = " https://github.com/fulfil-io /mcp-utils.git"
29+ Homepage = " https://github.com/fulfilio /mcp-utils"
30+ Repository = " https://github.com/fulfilio /mcp-utils.git"
3131
3232[project .optional-dependencies ]
3333dev = [
3434 " pre-commit>=3.6.0" ,
3535 " ruff>=0.3.0" ,
3636 " pytest>=8.0.0" ,
37+ " pytest-cov>=4.1.0" ,
3738]
3839
3940[tool .hatch .build .targets .wheel ]
@@ -64,3 +65,8 @@ line-ending = "auto"
6465
6566[tool .ruff .lint .isort ]
6667known-first-party = [" mcp_utils" ]
68+
69+ [tool .pytest .ini_options ]
70+ addopts = " --cov=mcp_utils --cov-report=term-missing"
71+ testpaths = [" tests" ]
72+ python_files = [" test_*.py" ]
You can’t perform that action at this time.
0 commit comments