opencompletion.com/tests/unit
Claude 693dd9dace
Add comprehensive unit tests for activity_utils.py v2.0 features
- Created 58 unit tests covering all 8 utility functions
- Tests cover template rendering, metadata conditions, conditional content,
  navigation, weighted random, progressive hints, and context creation
- Fixed operator precedence bug: _not_contains and _not_exists must be
  checked before _contains and _exists to prevent false matches
- All tests passing (58/58)
2025-11-10 16:55:12 +00:00
..
test_activity.py Add comprehensive unit tests for models.py and activity.py 2025-11-08 14:11:43 +00:00
test_activity_utils.py Add comprehensive unit tests for activity_utils.py v2.0 features 2025-11-10 16:55:12 +00: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_guarded_ai_functions.py Improve test infrastructure and fix test failures 2025-11-08 14:04:09 +00:00
test_models.py Add comprehensive unit tests for models.py and activity.py 2025-11-08 14:11:43 +00:00
test_random_buckets.py Add random bucket support and comprehensive YAML specification 2025-11-10 08:57:14 -05:00
test_yaml_loading.py Integrate comprehensive testing framework with Makefile 2025-08-10 19:38:50 -04:00