摘要: # -*- coding: UTF-8 -*- import re txt='@font-face{font-family:"capplition/font-woff;charset=utf-8;basK0Vmv==)' bs64_str = re.findall("charset=(.*?);ba 阅读全文
posted @ 2020-08-30 17:45 测试艺术家 阅读(2939) 评论(0) 推荐(0) 编辑
摘要: 转载 https://www.cnblogs.com/eastonliu/p/9145231.html unittest提供了一些跳过指定用例的方法 @unittest.skip(reason):强制跳转。reason是跳转原因 @unittest.skipIf(condition, reason) 阅读全文
posted @ 2020-08-30 16:13 测试艺术家 阅读(161) 评论(0) 推荐(0) 编辑