@pytest.fixture() def myfixture(): def retfun(): doing_something() return retfun. In this case test can use myfixture as a function:
確定! 回上一頁