Files
panda3d/tests/tkwidgets/test_AppShell.py
2023-08-02 08:37:51 +02:00

8 lines
172 B
Python

import pytest
pytest.importorskip('Pmw')
from direct.tkwidgets import AppShell
def test_TestAppShell(tk_toplevel):
test = AppShell.TestAppShell(balloon_state='none')