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 9497ecd commit b5234adCopy full SHA for b5234ad
reporting.py
@@ -40,7 +40,7 @@ def pytest_metadata(metadata):
40
41
# This is dynamically decorated as a fixture in pytest_collection_modifyitems
42
# when --json-report is used.
43
-def add_api_name_to_metadata(request, json_metadata):
+def add_extra_json_metadata(request, json_metadata):
44
"""
45
Additional per-test metadata for --json-report
46
0 commit comments