随笔分类 -  pytest基本语法

摘要:pytest 简单用法 运行规则 运行同目录下test_开头的文件 Test开头的类 test_*开头方法 *_test结尾方法 注意:Test开头的类不能有__init__方法 执行参数 -q 显示简单运行结果 pytest -q test.py -s 详情打印运行日志 pytest -s tes 阅读全文
posted @ 2021-10-25 15:04 金山毒霸 阅读(270) 评论(0) 推荐(0)