摘要: module和function的调用顺序: 结果: D:\Code\p2>py.test test_module.py -v -s test session starts platform win32 -- Python 2.7.15, pytest-3.6.3, py-1.5.4, pluggy- 阅读全文
posted @ 2018-09-05 10:24 tlmn2008 阅读(722) 评论(0) 推荐(0) 编辑
摘要: Fixture(https://docs.pytest.org/en/latest/fixture.htm): fixture有自己的名字,按照影响范围如session, module, class, function等进行声明 fixture可以调用其它fixture fixture可接收参数 在 阅读全文
posted @ 2018-09-05 10:20 tlmn2008 阅读(870) 评论(0) 推荐(0) 编辑