Test suite modernization

This commit is contained in:
John McCardle 2026-02-09 08:15:18 -05:00
commit 52fdfd0347
141 changed files with 9947 additions and 4665 deletions

View file

@ -19,7 +19,7 @@ def test_grid_at_position_parsing():
scene = mcrfpy.Scene("test_position")
# Create a grid with enough cells to test indexing
grid = mcrfpy.Grid(grid_x=10, grid_y=10)
grid = mcrfpy.Grid(grid_w=10, grid_h=10)
errors = []