We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63862f9 commit 627f05dCopy full SHA for 627f05d
tests/test_deprecated.py
@@ -27,6 +27,7 @@ def test_deprecate_color() -> None:
27
def test_constants() -> None:
28
with pytest.warns(match=r"tcod.constants.RENDERER_SDL2"):
29
assert tcod.RENDERER_SDL2 is tcod.constants.RENDERER_SDL2
30
+ assert tcod.libtcodpy.RENDERER_SDL2 is tcod.constants.RENDERER_SDL2
31
32
33
def test_implicit_libtcodpy() -> None:
0 commit comments