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-13 14:15:33 +03:00
2026-06-02 13:59:10 +03:00
2026-06-02 13:59:10 +03:00
2026-06-03 23:25:08 +03:00
2026-05-26 19:18:28 +03:00
2026-05-31 10:26:03 +03:00
2026-06-03 11:48:03 +03:00
2026-06-03 11:48:03 +03:00
2026-06-04 16:16:10 +03:00
2026-06-04 16:16:10 +03:00
2026-06-03 11:48:03 +03:00
2026-05-17 19:18:32 +03:00
2026-05-26 11:14:25 +03:00
2026-05-26 19:18:28 +03:00
2026-06-04 16:16:10 +03:00
2026-06-03 23:25:08 +03:00
2026-05-26 19:18:28 +03:00
2026-05-20 17:15:31 +03:00
2026-06-04 16:16:10 +03:00
2026-06-01 22:38:52 +03:00
2026-05-26 19:18:28 +03:00
2026-05-26 09:30:41 +03:00
2026-05-26 09:30:41 +03:00
2026-05-26 09:30:41 +03:00
2026-05-29 15:36:36 +03:00
2026-05-26 11:14:25 +03:00
2026-06-03 23:25:08 +03:00