discord_bot/fjerkroa_bot
Oleksandr Kozachuk 1a5da0ae7c Add comprehensive test suite to improve coverage and fix igdblib bugs
- Add extensive tests for igdblib.py (0% -> 100% coverage expected)
- Add tests for leonardo_draw.py AI image generation
- Add tests for openai_responder.py with GPT integration
- Add tests for discord_bot.py bot functionality
- Add extended tests for ai_responder.py edge cases
- Fix critical bugs in igdblib.py:
  * Fix platforms() method treating name as string instead of list
  * Fix game_info() method missing endpoint parameter
  * Add safe dictionary access with .get() methods

Coverage improvements target areas with lowest coverage to maximize impact.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-08 19:34:41 +02:00
..
__init__.py Fix hanging test and establish comprehensive development environment 2025-08-08 19:07:14 +02:00
__main__.py Fix hanging test and establish comprehensive development environment 2025-08-08 19:07:14 +02:00
ai_responder.py Fix hanging test and establish comprehensive development environment 2025-08-08 19:07:14 +02:00
bot_logging.py Fix hanging test and establish comprehensive development environment 2025-08-08 19:07:14 +02:00
discord_bot.py Fix hanging test and establish comprehensive development environment 2025-08-08 19:07:14 +02:00
igdblib.py Add comprehensive test suite to improve coverage and fix igdblib bugs 2025-08-08 19:34:41 +02:00
leonardo_draw.py Fix hanging test and establish comprehensive development environment 2025-08-08 19:07:14 +02:00
openai_responder.py Remove deprecated OpenAI parameters for GPT-5 compatibility 2025-08-08 19:18:06 +02:00