mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
@@ -29,7 +29,10 @@ class utils_Tests(wtc.WidgetTestCase):
|
||||
self.assertTrue( wx.IsBusy())
|
||||
wx.EndBusyCursor()
|
||||
self.assertTrue(not wx.IsBusy())
|
||||
|
||||
|
||||
def test_utilsBusyCursor3(self):
|
||||
with wx.BusyCursor():
|
||||
self.myYield()
|
||||
|
||||
def test_utilsSomeOtherStuff(self):
|
||||
wx.GetBatteryState()
|
||||
|
||||
Reference in New Issue
Block a user