We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b706ed commit e70bfabCopy full SHA for e70bfab
tests/conftest.py
@@ -76,6 +76,11 @@ def pytest_addoption(parser):
76
)
77
78
79
+def pytest_report_header():
80
+ """Pytest hook to print relevant metadata in the logs"""
81
+ return f"EC2 AMI: {global_props.ami}"
82
+
83
84
@pytest.hookimpl(wrapper=True, tryfirst=True)
85
def pytest_runtest_makereport(item, call): # pylint:disable=unused-argument
86
"""Plugin to get test results in fixtures
0 commit comments