McRogueFace/tests/benchmarks
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
..
baseline Tests for cached rendering performance 2025-11-28 23:28:13 -05:00
benchmark_moving_entities.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
benchmark_suite.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
entity_scale_benchmark.py chore: Extend benchmark to test 5000 entities 2025-12-28 00:46:43 -05:00
layer_performance_test.py fix: Update test files to use current API patterns 2025-12-29 19:47:48 -05:00
stress_test_suite.py Tests for cached rendering performance 2025-11-28 23:28:13 -05:00
tcod_fov_isolated.py fix: Remove O(n²) list-building from compute_fov() (closes #146) 2025-11-28 21:26:32 -05:00
tcod_scale_test.py Tests for cached rendering performance 2025-11-28 23:28:13 -05:00