botserver/src/auth
Rodrigo Rodriguez (Pragmatismo) f0b8902042 test: add test module declarations and cleanup unused code
- 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.
2025-11-05 08:06:18 -03:00
..
auth_test.rs test: add test module declarations and cleanup unused code 2025-11-05 08:06:18 -03:00
mod.rs test: add test module declarations and cleanup unused code 2025-11-05 08:06:18 -03:00