import pytest def pytest_generate_tests(metafunc): if hasattr(metafunc.function, 'two_level_parametrization'): # You may need more marker or add if ...
確定! 回上一頁