import os import pytest def pytest_generate_tests(metafunc): listing = os.listdir() csv_files = [item for item in listing if ...
確定! 回上一頁