McRogueFace/tests
John McCardle 9f481a2e4a fix: Update test files to use current API patterns
Migrates test suite to current API:
- Frame(x, y, w, h) → Frame(pos=(x, y), size=(w, h))
- Caption("text", x, y) → Caption(pos=(x, y), text="text")
- caption.size → caption.font_size
- Entity(x, y, ...) → Entity((x, y), ...)
- Grid(w, h, ...) → Grid(grid_size=(w, h), ...)
- cell.color → ColorLayer system

Tests now serve as valid API usage examples.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 19:47:48 -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 fix: Update test files to use current API patterns 2025-12-29 19:47:48 -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