摘要: pytest 测试用例的运行方式 1、主函数模式: a. 运行所有:pytest.main() b. 运行指定模块:pytest.main(['-vs', 'test_login.py']) c. 运行指定目录:pytest.main(['-vs', './testcase']) d. 通过node 阅读全文
posted @ 2024-01-12 15:39 哩子吖 阅读(293) 评论(0) 推荐(0)