conftest.py import os import yaml import pytest def pytest_generate_tests(metafunc): # Пропускаем все функции, у которых нет аргумента ...
確定! 回上一頁