McRogueFace/tests
John McCardle b863698f6e test: Add comprehensive Scene object API test
Demonstrates the object-oriented Scene API as alternative to module-level
functions. Key features tested:

- Scene object creation and properties (name, active, children)
- scene.activate() vs mcrfpy.setScene()
- scene.on_key property - can be set on ANY scene, not just current
- Scene visual properties (pos, visible, opacity)
- Subclassing for lifecycle callbacks (on_enter, on_exit, update)

The on_key advantage resolves confusion with keypressScene() which only
works on the currently active scene.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 19:48:00 -05:00
..
benchmarks fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
demo fix: Register keypressScene after setScene (closes #143) 2025-12-28 15:35:48 -05:00
geometry_demo fix: Refine geometry demos for 1024x768 and fix animations 2025-11-26 04:54:13 -05:00
integration fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
notes feat: Exit on first Python callback exception (closes #133) 2025-11-26 10:26:30 -05:00
regression fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
unit test: Add comprehensive Scene object API test 2025-12-29 19:48:00 -05:00
vllm_demo feat: Implement enhanced action economy for LLM agent orchestration (#156) 2025-12-28 20:50:00 -05:00
run_tests.py refactor: comprehensive test suite overhaul and demo system 2025-11-25 23:37:05 -05:00