文章分类 -  pytest

pytest相关问题解析
摘要:http://blog.csdn.net/xibeichengf/article/details/50589235 1. 如果你想查询在你的环境下有哪些pytest的active plugin可以使用: [plain] view plain copy py.test --traceconfig [p 阅读全文

posted @ 2017-03-22 20:43 小西红柿 阅读(258) 评论(0) 推荐(0)

pytest fixture
摘要:pytest fixture http://senarukana.github.io/2015/05/29/pytest-fixture/ fixture fixture是pytest特有的功能,它用pytest.fixture标识,定义在函数前面。在你编写测试函数的时候,你可以将此函数名称做为传入 阅读全文

posted @ 2016-07-21 17:08 小西红柿 阅读(302) 评论(0) 推荐(0)

导航