- Introduced `#[cfg(test)] pub mod auth_test;` in `src/auth/mod.rs` to expose authentication tests. - Added `pub mod tests;` declarations in `src/lib.rs` and `src/main.rs` for centralized test utilities. - Removed unnecessary blank lines and a placeholder comment in `src/shared/models.rs` and `src/tests/test_util.rs`. - Minor formatting adjustments to improve code readability and maintainability. |
||
|---|---|---|
| .. | ||
| auth_test.rs | ||
| mod.rs | ||