brewlog/tests/server
Jon Seager ad4ee2617a
refactor(tests): add generic server helpers and CRUD test macros
- Add `paste` dev-dependency for macro identifier concatenation
- Add `create_entity<P, R>()` generic helper, convert per-entity
  creation helpers to thin wrappers
- Add `define_crud_tests!` macro generating nonexistent-GET/DELETE-404,
  empty-list-200, malformed-JSON-400, and missing-fields-400 tests
- Apply macro to roasters, cafes, cups, and roasts API tests
2026-02-06 14:26:54 +00:00
..
auth_api.rs test(auth): update tests for passkey migration 2026-02-05 11:00:20 +00:00
backup.rs refactor(timeline): extract event creation into service layer 2026-02-06 10:42:52 +00:00
bags_api.rs fix: ensure bags are closed properly and closures are on the timeline 2025-11-27 14:42:38 +00:00
brews_api.rs feat(brews): add quick notes 2026-02-05 20:42:03 +00:00
cafes_api.rs refactor(tests): add generic server helpers and CRUD test macros 2026-02-06 14:26:54 +00:00
checkin_api.rs test: add coverage for homepage, check-in, scan, and AI extraction 2026-02-05 19:19:05 +00:00
cups_api.rs refactor(tests): add generic server helpers and CRUD test macros 2026-02-06 14:26:54 +00:00
datastar.rs refactor: consolidate entity pages into unified /data and /add views 2026-02-04 20:51:30 +00:00
extraction_api.rs test: add coverage for homepage, check-in, scan, and AI extraction 2026-02-05 19:19:05 +00:00
gear_api.rs refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
helpers.rs refactor(tests): add generic server helpers and CRUD test macros 2026-02-06 14:26:54 +00:00
main.rs refactor(tests): add generic server helpers and CRUD test macros 2026-02-06 14:26:54 +00:00
nearby_api.rs feat(nearby): add city-based search via Foursquare near param 2026-02-03 20:36:59 +00:00
pages.rs test: add coverage for homepage, check-in, scan, and AI extraction 2026-02-05 19:19:05 +00:00
roasters_api.rs refactor(tests): add generic server helpers and CRUD test macros 2026-02-06 14:26:54 +00:00
roasts_api.rs refactor(tests): add generic server helpers and CRUD test macros 2026-02-06 14:26:54 +00:00
scan_api.rs feat(scan): show cards for existing roasters/roasts during bag scan 2026-02-06 12:27:25 +00:00
test_macros.rs refactor(tests): add generic server helpers and CRUD test macros 2026-02-06 14:26:54 +00:00
timeline.rs refactor: consolidate entity pages into unified /data and /add views 2026-02-04 20:51:30 +00:00