mirror of
https://github.com/JamesTheGiblet/BuddAI.git
synced 2026-01-08 21:58:40 +00:00
- Implemented tests for confidence scoring logic in `test_buddai_confidence.py` and `test_confidence.py`, covering high and low confidence scenarios, escalation thresholds, and validation scoring penalties. - Created tests for fallback logging functionality in `test_fallback_logging.py`, ensuring fallback prompts are logged correctly and the `/logs` command retrieves log content. - Developed tests for fallback prompts in `test_fallback_prompts.py`, verifying that specific prompts are used for different models based on confidence levels. - Generated detailed test reports for multiple test runs, confirming all tests passed successfully. |
||
|---|---|---|
| .. | ||
| reports | ||
| __init__.py | ||
| buddai_fallback.py | ||
| test_additional_coverage.py | ||
| test_all.py | ||
| test_buddai.py | ||
| test_buddai_confidence.py | ||
| test_buddai_v3_2.py | ||
| test_confidence.py | ||
| test_extended_features.py | ||
| test_fallback_logging.py | ||
| test_fallback_logic.py | ||
| test_fallback_prompts.py | ||
| test_final_coverage.py | ||
| test_integration.py | ||
| test_personality.py | ||
| test_skills.py | ||