Files
panda3d/tests/tkwidgets/test_AppShell.py

9 lines
203 B
Python

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