... web_driver.get('http://www.google.com') @pytest.hookimpl(tryfirst=True, hookwrapper=True) def pytest_runtest_makereport(item, call): outcome = yield rep ...
確定! 回上一頁