generalbots/bottest/src/bot
Rodrigo Rodriguez (Pragmatismo) 750c5907d0
Some checks failed
Botlib CI / build (push) Successful in 4s
BotServer CI / build (push) Successful in 22s
Bottest CI / build (push) Failing after 1m0s
fix(bottest): set bot in test_process_message before starting session
The test was creating BotRunner::new() without setting a bot, causing
execute_bot_logic to fail with 'No bot configured' and return
response: None. Now calls set_bot(Bot::default()) before the session.
2026-04-22 12:08:31 +00:00
..
conversation.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
mod.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
runner.rs fix(bottest): set bot in test_process_message before starting session 2026-04-22 12:08:31 +00:00