test(contract-validator): add comprehensive tests (#193)

Add 34 tests across 3 test modules:
- test_parse_tools.py: 11 tests for README/CLAUDE.md parsing
- test_validation_tools.py: 11 tests for compatibility and agent validation
- test_report_tools.py: 12 tests for report generation and filtering

Coverage: parse_tools 79%, validation_tools 96%, report_tools 89%

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-26 15:04:26 -05:00
parent fe6b354ee2
commit d580464f4a
4 changed files with 711 additions and 0 deletions

View File

@@ -0,0 +1 @@
# Tests for contract-validator MCP server