1

夹具将运行多少次:

@pytest.fixture(scope="module")
def foo():
   return True

def test1(foo):
   pass

def test2(foo):
   pass
4

0 回答 0