import pytest @pytest.fixture(scope="session") def resource_a(request): print('In resource_a()') def resource_a_fin(): print('\nIn ...
確定! 回上一頁