applepie-spec

Results 1 comments of applepie-spec

我是修改了两个地方,第一个是345行左右,第二个是拉取了修改后的方法 class BeautifulReport(ReportTestResult, PATH): img_path = 'img/' if platform.system() != 'Windows' else 'img\\' “”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“”“ def add_test_img(*pargs): """ 接受若干个图片元素, 并展示在测试报告中 :param pargs: :return: """ def _wrap(func): @wraps(func) def __wrap(*args, **kwargs): img_path...