john-okeefe
3f5535aa38
Phase 1: Convert bulk test operations to struct-based assertions
collections_bulk_test.go:
- Define local BulkAddOperation and BulkAddBooksRequest structs
- Convert 3 tests (WithoutAuth, EmptyOperations, InvalidCollectionID)
- Add database verification comments for future implementation
- Impact: Pattern for 200+ remaining bulk test conversions
media_bulk_test.go:
- Add database verification to bulk delete operations
- Add imports for database, handlers, context, pgtype
- Convert BulkDeleteBooks_WithoutAuth to verify DB state
- Impact: Ensures bulk deletes actually remove records
Total conversions: 5 tests from map-based to struct-based assertions
2026-02-13 17:42:37 -05:00
..
2026-02-11 10:37:38 -05:00
2026-01-28 16:13:50 -05:00
2026-02-11 10:37:38 -05:00
2026-02-13 17:42:37 -05:00
2026-01-31 11:45:52 -05:00
2026-02-11 10:37:38 -05:00
2026-02-10 13:24:08 -05:00
2026-02-13 17:42:06 -05:00
2026-02-01 14:11:17 -05:00
2026-01-30 08:33:03 -05:00
2026-02-10 13:03:32 -05:00
2026-02-13 16:38:00 -05:00
2026-01-30 20:55:20 -05:00
2026-01-29 09:23:34 -05:00
2026-01-28 16:13:50 -05:00
2026-02-01 13:21:32 -05:00
2026-02-13 17:42:37 -05:00
2026-02-11 18:16:42 -05:00
2026-01-29 09:23:34 -05:00
2026-02-13 16:38:00 -05:00
2026-02-13 17:42:02 -05:00
2026-02-10 13:24:08 -05:00
2026-02-11 10:37:38 -05:00
2026-01-29 09:23:34 -05:00
2026-01-30 13:52:11 -05:00
2026-02-01 16:12:18 -05:00
2026-01-28 12:50:42 -05:00
2026-01-30 08:33:03 -05:00
2026-02-11 10:37:38 -05:00
2026-02-09 20:11:14 -05:00
2026-02-10 13:09:09 -05:00
2026-02-01 16:21:10 -05:00
2026-02-13 17:42:02 -05:00
2026-02-13 17:42:02 -05:00
2026-01-28 12:50:42 -05:00
2026-02-07 21:30:22 -05:00
2026-02-09 20:11:14 -05:00
2026-02-10 13:24:08 -05:00