refactor: rename test files to clarify API-only scope

Rename roasters.rs to roasters_api.rs and roasts.rs to roasts_api.rs
to make it clear these files only test the /api/v1 endpoints, not the
page endpoints.

Co-authored-by: jnsgruk <668505+jnsgruk@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-11-24 17:53:07 +00:00 committed by Jon Seager
parent 807f438a82
commit 996f7b0432
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
pub mod helpers;
pub mod roasters;
pub mod roasts;
pub mod roasters_api;
pub mod roasts_api;