McRogueFace/tests/integration
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
..
astar_vs_dijkstra.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
debug_visibility.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
dijkstra_all_paths.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
dijkstra_cycle_paths.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
dijkstra_debug.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
dijkstra_interactive.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
dijkstra_interactive_enhanced.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
dijkstra_test.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
force_non_interactive.py Squashed commit of the following: [alpha_presentable] 2025-07-15 21:30:49 -04:00
interactive_visibility.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
simple_interactive_visibility.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
simple_visibility_test.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
trace_interactive.py Squashed commit of the following: [alpha_presentable] 2025-07-15 21:30:49 -04:00