botserver/src/basic/keywords/errors
Rodrigo Rodriguez (Pragmatismo) c2aa82733a Add test infrastructure: AppState::default(), mock providers, fix attendance tests
- Add Default impl for AppState with mock services for testing
- Add MockLLMProvider for tests that need LLM without real API
- Add create_mock_auth_service() for Zitadel testing
- Add test_utils.rs with TestAppStateBuilder, MockChannelAdapter
- Enable rhai 'sync' feature to fix Send+Sync for Dynamic types
- Fix attendance.rs tests to use pure functions (no DB required)
- Fix on_error.rs tests to use String instead of i32
- Remove unused imports in attendance.rs

All tests pass, 0 warnings, 0 errors.
2025-12-05 16:43:14 -03:00
..
mod.rs feat: unified keywords with spaces, ON ERROR RESUME NEXT, unified DELETE 2025-12-05 09:55:13 -03:00
on_error.rs Add test infrastructure: AppState::default(), mock providers, fix attendance tests 2025-12-05 16:43:14 -03:00
throw.rs Add documentation and core BASIC language functions 2025-11-30 11:09:16 -03:00