Trenton Holmes
6721651e82
test(search): dedupe next(f for f in PUBLIC_FIELDS...) lookups, collapse table tests
...
Both test_fields.py and test_registry.py repeated the same generator-next
lookup by field name. Add a module-level {name: field} dict in each and
use it instead.
Also collapse test_fields.py's five single-attribute tests
(document_type/storage_path aliases, tag's comma_values, notes/
custom_fields subpaths) into one parametrized test_field_attributes -
they were really one table-consistency check split into five copies of
the same three-line shape.
2026-08-19 13:36:53 -07:00
..
2026-08-13 18:29:33 +00:00
2026-08-13 18:29:33 +00:00
2026-08-12 19:03:24 +00:00
2026-05-20 08:54:00 -07:00
2023-09-12 12:16:22 -07:00
2026-08-19 13:36:53 -07:00
2026-07-28 07:21:02 -07:00
2025-09-03 21:58:53 +00:00
2026-08-07 12:59:46 -07:00
2026-08-13 12:46:57 -07:00
2026-08-19 13:36:53 -07:00
2026-08-10 07:38:07 -07:00
2026-01-24 19:29:54 -08:00
2026-05-26 16:46:23 +00:00
2026-06-01 13:40:49 -07:00
2026-04-20 11:40:04 -07:00
2025-02-24 15:06:14 -08:00
2026-08-19 07:20:14 -07:00
2026-08-14 15:51:34 -07:00
2026-03-22 06:53:32 -07:00
2026-04-02 15:30:26 -07:00
2026-07-19 18:04:16 -07:00
2026-07-29 12:41:09 -07:00
2025-03-29 17:12:34 +00:00
2024-04-04 13:11:43 -07:00
2026-04-20 13:19:54 -07:00
2024-09-26 12:22:24 -07:00
2026-08-18 07:19:51 -07:00
2026-08-10 02:25:06 +00:00
2026-02-02 08:44:12 -08:00
2026-07-29 14:35:30 +00:00
2026-08-08 07:27:17 -07:00
2026-08-19 07:20:14 -07:00
2026-03-22 06:53:32 -07:00
2026-08-14 15:51:34 -07:00
2026-05-20 08:54:00 -07:00
2026-06-27 15:55:38 -07:00
2025-02-10 16:43:07 +00:00
2026-08-19 07:20:14 -07:00
2026-04-03 21:51:57 +00:00
2026-07-27 10:23:43 -07:00
2026-08-01 04:07:26 +00:00
2025-02-16 14:26:30 -08:00
2026-08-19 07:20:14 -07:00
2026-08-19 13:36:53 -07:00