test_AppShell.py 203 B

12345678
  1. import pytest
  2. pytest.importorskip('tkinter')
  3. pytest.importorskip('Pmw')
  4. from direct.tkwidgets import AppShell
  5. def test_TestAppShell(tk_toplevel):
  6. test = AppShell.TestAppShell(balloon_state='none')