import json @pytest.fixture(scope='session') def config(): with open('tests/config.json') as config_file: data = json.load(config_file) ...
確定! 回上一頁