busya
4ca3caa86c
test(backend): add is_regex dictionary enforcement and metrics tests
test_enforce_dictionary.py (new):
- Verify regex patterns are matched correctly in translation enforcement
- Verify invalid regex patterns are gracefully skipped
test_metrics_cumulative.py (new):
- Verify metrics calculations produce correct cumulative statistics
test_dictionary_crud.py (extended):
- test_add_entry_regex: verify creating entry with is_regex=True
- test_add_entry_regex_validation: verify invalid regex raises ValueError
test_dictionary_filter.py (extended):
- Add test coverage for regex-based dictionary entry filtering
2026-06-04 16:16:10 +03:00
..
2026-05-25 08:36:33 +03:00
2026-06-04 16:16:02 +03:00
2026-05-17 14:18:02 +03:00
2026-06-04 16:16:10 +03:00
2026-06-03 23:26:20 +03:00
2026-05-26 19:18:28 +03:00
2026-05-26 19:18:28 +03:00
2026-05-26 15:28:03 +03:00
2026-06-01 16:34:07 +03:00
2026-02-25 21:19:48 +03:00
2026-05-26 19:18:28 +03:00
2026-05-20 14:31:37 +03:00
2026-05-27 11:19:12 +03:00
2026-05-20 23:54:53 +03:00
2026-05-14 11:20:17 +03:00