[7.3.x] nonpython example now repr all exceptions (#11034)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
github-actions[bot]
2023-05-24 11:33:28 +00:00
committed by GitHub
parent 6c95cb607d
commit 69689c6eb5

View File

@@ -38,6 +38,7 @@ class YamlItem(pytest.Item):
" no further details known at this point.",
]
)
return super().repr_failure(excinfo)
def reportinfo(self):
return self.path, 0, f"usecase: {self.name}"