opencompletion.com/tests/unit
Russell Ballestrini 2811dad67b Refactor activity functions into separate activity.py module
Moved all activity-related functions from app.py to a new activity.py
module to improve code organization and maintainability. This reduces
app.py from 2852 lines to 1552 lines.

Changes:
- Created activity.py with 16 activity-related functions
- Updated app.py to import and initialize activity module
- Updated test_app.py to import activity module
- All 34 unit tests pass successfully
2025-10-22 20:23:06 -04:00
..
test_activity_yaml_validator.py modified: activity_yaml_validator.py 2025-08-11 12:39:42 -04:00
test_app.py Refactor activity functions into separate activity.py module 2025-10-22 20:23:06 -04:00
test_app_feedback.py Remove STFU system from feedback filtering 2025-08-11 17:20:59 -04:00
test_guarded_ai.py modified: activity_yaml_validator.py 2025-08-11 12:39:42 -04:00
test_yaml_loading.py Integrate comprehensive testing framework with Makefile 2025-08-10 19:38:50 -04:00