ExecuteCase.py 文件源码

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

项目:Auto_Analysis 作者: ztwo 项目源码 文件源码
def __load_analysis(self):
        """
        ????
        ????:
            1:????log
            2:????
            3:??????
            4:??????
            5:??
        :return: ????
        """
        U.Logging.success('read the yaml file')
        self.__save_android_log()
        error_msg = self.__analysis_yaml(self.path_yaml)
        with open(self.__save_error_status(), 'w') as f:
            yaml.dump({'error_msg': error_msg}, f)
            U.Logging.debug(str('results of the:%s' % error_msg))
            f.close()

        return self.__save_screen_file()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号