mirror of
https://github.com/panda3d/panda3d.git
synced 2026-01-29 10:48:50 -06:00
8 lines
172 B
Python
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')
|