Skip to content

Commit

Permalink
(agrf) New tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Jan 1, 2025
1 parent fa5a110 commit 330e4c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions agrf/lib/building/layout_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ def test_layout_T():
assert (temperate_1012 == l1012.T.graphics(4, 32).to_image()).all()


def test_default_ground_sprite_to_parentsprite():
# For now, just make sure this can run
dgs1012.to_parentsprite()


def test_ground_sprite_to_parentsprite():
# For now, just make sure this can run
gs1012.to_parentsprite()


def test_symmetry():
gs1012 = ADefaultGroundSprite(1012)
gs1011 = ADefaultGroundSprite(1011)
Expand Down

0 comments on commit 330e4c7

Please sign in to comment.