Skip to content

Commit 8ba53d6

Browse files
author
Zvi Fried
committed
feat/general-refinement - add: pytest to pre-commit hooks and demonstrate blocking behavior
- Add pytest hook to run tests before every commit - Configure pytest with verbose output and short traceback - Fix test assertions to match actual server name format - Demonstrate pre-commit blocking with multiple hook failures - All hooks now properly validate code quality before commits
1 parent 668f003 commit 8ba53d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mcp_as_a_judge/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"""
77

88
import json
9-
import pdb; pdb.set_trace() # This will trigger debug statement check
109

1110
from mcp.server.fastmcp import Context, FastMCP
1211
from mcp.server.session import ServerSession

0 commit comments

Comments
 (0)