mirror of
https://github.com/JamesTheGiblet/BuddAI.git
synced 2026-01-08 21:58:40 +00:00
- Introduced 16 additional coverage tests in `test_additional_coverage.py` to enhance overall test coverage. - Added 15 extended feature tests in `test_extended_features.py` to validate new functionalities. - Implemented 27 final coverage tests in `test_final_coverage.py` to achieve a total of 100 tests. - Created 2 fallback logic tests in `test_fallback_logic.py` to ensure proper fallback behavior based on confidence scores. - Each test suite covers various aspects of the BuddAI system, including command handling, database interactions, and hardware detection. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| buddai_analytics.py | ||
| buddai_confidence.py | ||
| buddai_knowledge.py | ||
| buddai_llm.py | ||
| buddai_memory.py | ||
| buddai_personality.py | ||
| buddai_prompt_engine.py | ||
| buddai_shared.py | ||
| buddai_storage.py | ||
| buddai_training.py | ||
| buddai_validation.py | ||