brewlog/tests/e2e/main.rs
Jon Seager cf56ac28f7
test: add integration and e2e tests for image API
Cover all image entry points: upload, get, thumbnail, delete, auth
guards, validation, datastar responses, deferred image saves via
roaster create, checkin (cafe/cup), and scan flows including the
matched-roast guard that prevents overwriting existing images.
2026-02-10 17:50:30 +00:00

14 lines
212 B
Rust

#![allow(dead_code)]
mod helpers;
mod bag_tests;
mod brew_tests;
mod checkin_tests;
mod data_tests;
mod delete_tests;
mod detail_tests;
mod image_tests;
mod navigation_tests;
mod roaster_tests;
mod scan_tests;