... def pytest_generate_tests(metafunc): metafunc.parametrize("result", [ (1,0),(1,2) ]) test_thing.py: class TestThingy: @pytest.fixture(scope="class") def ...
確定! 回上一頁