test_AppShell.py 172 B

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