test_ui_base.py 文件源码

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

项目:PyWallet 作者: AndreMiras 项目源码 文件源码
def helper_load_switch_account(self, app):
        """
        Helper method for loading the switch account screen and returning
        the class handling this view.
        """
        controller = app.controller
        # TODO: use dispatch('on_release') on navigation drawer
        controller.load_switch_account()
        self.advance_frames(1)
        switch_account = controller.switch_account
        self.assertEqual(switch_account.__class__, main.SwitchAccount)
        return switch_account
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号