24 Commits

Author SHA1 Message Date
cyclop-bot f10781941c Fix: Correct assertion in test_switch_logic_supported to expect successful switch message. 2025-06-03 13:18:43 -05:00
cyclop-bot a82479c45d Fix: Correct sleep count assertion in test_handle_message_command_success_long_message 2025-06-03 13:12:31 -05:00
cyclop-bot b1e71bc80e Fix: Correct asyncio.sleep call count in long message test 2025-06-03 13:10:06 -05:00
cyclop-bot 79e6f8bd18 Fix: Address test failures in telegram_helper.py tests 2025-06-03 13:08:39 -05:00
cyclop-bot 3208cc6cd3 feat: Add unit tests for telegram_helper.py 2025-06-03 13:05:53 -05:00
admin f15228fa58 Refactored gemini, openai and claude into one file and removed logic from the base class, also made helper class definable from command line 2025-06-03 13:04:42 -05:00
cyclop-bot e4e5949fde Add unit tests for refactored MetricsTool 2025-06-02 17:06:46 -05:00
cyclop-bot 5616986a5f Add unit tests for Metrics class 2025-06-02 17:05:01 -05:00
cyclop-bot b7209e825e Add unit tests for refactored LogTool 2025-06-02 17:02:08 -05:00
cyclop-bot bd6cb21806 Add unit tests for refactored GitHubTool 2025-06-02 17:00:21 -05:00
cyclop-bot d0d8910222 Add unit tests for GeminiTelegramInferenceBot 2025-06-02 16:53:36 -05:00
cyclop-bot dfddb43f11 Add unit tests for ChatGPTTelegramInferenceBot 2025-06-02 16:52:53 -05:00
cyclop-bot da0bdd60f9 Add unit tests for AnthropicTelegramInferenceBot 2025-06-02 16:52:09 -05:00
cyclop-bot 3ac1c350ab Add unit tests for OpenAICompatibleInferenceBot 2025-06-02 16:50:48 -05:00
cyclop-bot 59be9dbb5d Add unit tests for TelegramHelper 2025-06-02 16:49:11 -05:00
cyclop-bot ff4a7bc955 Add: Unit tests for BaseTelegramInferenceBot 2025-06-02 16:45:13 -05:00
admin b9c96fffd5 Expand unit tests for ChatGPTTelegramInferenceBot and AnthropicTelegramInferenceBot
- Added test cases for get_chat_response method in both classes.
- Added test cases for handle_message method in both classes.
- Added test cases for switch_model method in ChatGPTTelegramInferenceBot.
2024-08-20 17:48:42 -05:00
admin 38f63ec42e Expand unit tests for ChatGPTTelegramInferenceBot and AnthropicTelegramInferenceBot
- Added test cases for get_chat_response method in both classes.
- Added test cases for handle_message method in both classes.
- Added test cases for switch_model method in ChatGPTTelegramInferenceBot.
2024-08-20 17:48:34 -05:00
admin 8b3c1c6a58 Expand unit tests for BaseTelegramInferenceBot
- Added test cases for load_functions method
- Added test cases for clear_conversation method
- Added test cases for call_tool method
2024-08-20 17:41:24 -05:00
admin 845d72d4ec Add initial unit tests for BaseTelegramInferenceBot class 2024-08-20 17:06:14 -05:00
admin c99b075d06 Create tests/integration directory and __init__.py 2024-08-20 17:06:03 -05:00
admin f35439cfd8 Create tests/claude directory and __init__.py 2024-08-20 17:06:01 -05:00
admin 0d7c60a985 Create tests/chatgpt directory and __init__.py 2024-08-20 17:05:59 -05:00
admin 7ba4838522 Added tests 2024-08-17 09:28:17 -05:00