def test_ui_base(self): app = main.PyWalletApp() p = partial(self.run_test, app) Clock.schedule_once(p, 0.000001) app.run()