test_ui_base.py 文件源码

python
阅读 30 收藏 0 点赞 0 评论 0

项目:PyWallet 作者: AndreMiras 项目源码 文件源码
def run_test(self, app, *args):
        Clock.schedule_interval(self.pause, 0.000001)
        self.helper_setup(app)
        self.helper_test_empty_account(app)
        self.helper_test_back_home_empty_account(app)
        self.helper_test_create_first_account(app)
        self.helper_test_create_account_form(app)
        self.helper_test_on_send_click(app)
        self.helper_test_address_alias(app)
        self.helper_test_delete_account(app)
        self.helper_test_delete_account_none_selected(app)
        self.helper_test_delete_account_twice(app)
        self.helper_test_dismiss_dialog_twice(app)
        self.helper_test_controller_fetch_balance(app)
        self.helper_test_delete_last_account(app)
        # Comment out if you are editing the test, it'll leave the
        # Window opened.
        app.stop()

    # same named function as the filename(!)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号