Commit Graph

10 Commits

Author SHA1 Message Date
3c8d599897 wip config + logging tests
Adds tests for VeritextSettings defaults, env var overrides, and the
get_logger/configure_logging functions.
2025-05-24 10:14:26 +00:00
8511594697 cli tests
Add comprehensive test suite for validate command, benchmark commands,
input readers, and output formatters using Typer CliRunner.
2025-05-11 14:13:30 +00:00
9afa499af3 benchmark tests
Comprehensive tests for models, storage, regression detection, and runner.
2025-04-20 15:04:33 +00:00
4d103cbe52 test pytest plugin
Cover validate_text assertions, fixture factories, marker registration,
and pytest integration using pytester for subprocess testing.
2025-04-06 15:50:41 +00:00
06124c12ae test semantic similarity 2025-04-05 11:51:16 +00:00
7f23586406 validator tests
Add comprehensive tests for metric validators, constraint validators,
and composite validators covering pass/fail cases and error handling.
2025-03-29 13:30:23 +00:00
ec48eb5bf5 tests for ROUGE and readability 2025-03-20 20:32:41 +00:00
afb39cf177 test BLEU and lexical metrics
Add comprehensive tests for BLEU and lexical metrics including edge
cases, batch scoring, and aggregate statistics.
2025-03-15 12:14:45 +00:00
c53cdd2536 gitignore, clean cached files
Add comprehensive gitignore for Python projects. Remove accidentally
committed __pycache__ directories.
2025-03-12 19:13:31 +00:00
2827dcdf4e tests for tokeniser and types
Cover WordTokeniser (Unicode, empty input, punctuation, multiple scripts)
and validation types (immutability, edge cases, failure summary).
2025-03-09 11:42:26 +00:00