摘要:
xfail 函数文档如下: def xfail(self,condition=None, reason=None, raises=None, run=True, strict=False): """mark the the test function as an expected failure i 阅读全文
摘要:
1、源码解释如下::arg autouse: if True, the fixture func is activated for all tests that can see it. If False (the default) then an explicit reference is need 阅读全文