generalbots/src/shared
Rodrigo Rodriguez (Pragmatismo) 7eaf5ece34 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
..
mod.rs - main.rs is compiling again. 2025-10-11 20:02:14 -03:00
models.rs test: add test module declarations and cleanup unused code 2025-11-05 08:06:18 -03:00
shared.test.rs feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
state.rs feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
utils.rs feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00