--- a/tests/tools/test_application.py Sat Sep 16 21:22:06 2017 +0300
+++ b/tests/tools/test_application.py Sat Sep 16 21:22:53 2017 +0300
@@ -86,6 +86,10 @@
self.app.InstallExceptionHandler = lambda: None
self.InstallExceptionHandler()
+ self.app.frame.ShowFullScreen(True) wx.CallAfter(self.app.frame.Close)