摘要: 1、pytest -k add text_xx.py 运行包含了字符串add的用例 2、pytest -q test_xx.py 减少运行的冗长 3、pytest -x test_xx.py 调试用例,有用例就退出 阅读全文
posted @ 2020-10-17 10:08 Catonce 阅读(68) 评论(0) 推荐(0)