botserver/src
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: add test module declarations and cleanup unused code 2025-11-05 08:06:18 -03:00
automation feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
basic feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
bootstrap feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
bot feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
channels feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
config feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
context feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
drive_monitor feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
email feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
file feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
llm feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
llm_models feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
meet feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
package_manager feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
riot_compiler feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
session feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
shared test: add test module declarations and cleanup unused code 2025-11-05 08:06:18 -03:00
tests test: add test module declarations and cleanup unused code 2025-11-05 08:06:18 -03:00
ui feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
web_automation feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
web_server feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
lib.rs test: add test module declarations and cleanup unused code 2025-11-05 08:06:18 -03:00
main.rs test: add test module declarations and cleanup unused code 2025-11-05 08:06:18 -03:00
main.test.rs feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00