This commit is contained in:
Fahad
2025-06-18 06:24:24 +04:00
parent c3276595f9
commit b56993a42f
8 changed files with 183 additions and 207 deletions

View File

@@ -52,7 +52,7 @@ class TestPrecommitTool:
assert len(result) == 1
response = json.loads(result[0].text)
assert response["status"] == "error"
assert "must be absolute" in response["content"]
assert "must be FULL absolute paths" in response["content"]
assert "./relative/path" in response["content"]
@pytest.mark.asyncio