随笔分类 -  测试

pytest测试框架的简单应用
摘要:1.安装pytest命令行或者终端中输入 pip install pytest 2.安装allure-pytest命令行或者终端中输入 pip install allure-pytest 3.安装allurehttps://github.com/allure-framework/allure2/re 阅读全文
posted @ 2021-10-31 23:22 秋雨的蝴蝶 阅读(105) 评论(0) 推荐(0)
python单元测试unittest常用断言
摘要:assertEqual(a,b) a==bassertNotEqual(a,b) a!=bassertTrue(x) bool(x) is TrueassertFalse(x) bool(x) is FalseasseertIs(a,b) a is bassertIsNot(a,b) a is no 阅读全文
posted @ 2020-05-26 12:50 秋雨的蝴蝶 阅读(334) 评论(0) 推荐(0)
LNMP状态管理命令
摘要:LNMP 1.2+状态管理: lnmp {start|stop|reload|restart|kill|status} LNMP 1.2+各个程序状态管理: lnmp {nginx|mysql|mariadb|php-fpm|pureftpd} {start|stop|reload|restart| 阅读全文
posted @ 2020-04-15 00:19 秋雨的蝴蝶 阅读(174) 评论(0) 推荐(0)