conftest.py import json import pathlib import pytest def pytest_generate_tests(metafunc): print("pytest_generate_tests") config = pathlib.
確定! 回上一頁