摘要:
xfail 函数文档如下: def xfail(self,condition=None, reason=None, raises=None, run=True, strict=False): """mark the the test function as an expected failure i 阅读全文
摘要:
本篇博客比较下 parametrize 中 参数分别为 True 和 False 时的两种情况: 1) 当 indirect=False 时,argnames 参数被当成普通变量 import pytest@pytest.fixture(params=['a', 'b', 'c'])def fixt 阅读全文