mirror of
https://github.com/panda3d/panda3d.git
synced 2026-01-15 20:00:16 -06:00
9 lines
203 B
Python
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')
|