McRogueFace/tests/regression
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
..
issue_9_minimal_test.py refactor: comprehensive test suite overhaul and demo system 2025-11-25 23:37:05 -05:00
issue_9_rendertexture_resize_test.py refactor: comprehensive test suite overhaul and demo system 2025-11-25 23:37:05 -05:00
issue_9_test.py refactor: comprehensive test suite overhaul and demo system 2025-11-25 23:37:05 -05:00
issue_37_simple_test.py refactor: comprehensive test suite overhaul and demo system 2025-11-25 23:37:05 -05:00
issue_37_test.py refactor: comprehensive test suite overhaul and demo system 2025-11-25 23:37:05 -05:00
issue_76_test.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
issue_79_color_properties_test.py refactor: comprehensive test suite overhaul and demo system 2025-11-25 23:37:05 -05:00
issue_99_texture_font_properties_test.py refactor: comprehensive test suite overhaul and demo system 2025-11-25 23:37:05 -05:00
issue_123_chunk_system_test.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
issue_146_fov_returns_none.py fix: Remove O(n²) list-building from compute_fov() (closes #146) 2025-11-28 21:26:32 -05:00
issue_147_grid_layers.py feat: Migrate Grid to user-driven layer rendering (closes #150) 2025-11-28 23:04:09 -05:00
issue_148_layer_dirty_flags.py feat: Add dirty flag and RenderTexture caching for Grid layers (closes #148) 2025-11-28 21:44:33 -05:00
test_type_preservation_solution.py refactor: comprehensive test suite overhaul and demo system 2025-11-25 23:37:05 -05:00