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 80b4cb4 commit 7279c1dCopy full SHA for 7279c1d
tests/conftest.py
@@ -67,6 +67,11 @@ def pytest_addoption(parser):
67
)
68
69
70
+def pytest_report_header():
71
+ """Pytest hook to print relevant metadata in the logs"""
72
+ return f"EC2 AMI: {global_props.ami}"
73
+
74
75
@pytest.hookimpl(wrapper=True, tryfirst=True)
76
def pytest_runtest_makereport(item, call): # pylint:disable=unused-argument
77
"""Plugin to get test results in fixtures
0 commit comments