Skip to content

Commit 627f05d

Browse files
committed
Test that libtcodpy constants are correct.
1 parent 63862f9 commit 627f05d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_deprecated.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def test_deprecate_color() -> None:
2727
def test_constants() -> None:
2828
with pytest.warns(match=r"tcod.constants.RENDERER_SDL2"):
2929
assert tcod.RENDERER_SDL2 is tcod.constants.RENDERER_SDL2
30+
assert tcod.libtcodpy.RENDERER_SDL2 is tcod.constants.RENDERER_SDL2
3031

3132

3233
def test_implicit_libtcodpy() -> None:

0 commit comments

Comments
 (0)