摘要:
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- 阅读全文
摘要:
Fixture(https://docs.pytest.org/en/latest/fixture.htm): fixture有自己的名字,按照影响范围如session, module, class, function等进行声明 fixture可以调用其它fixture fixture可接收参数 在 阅读全文