[7.3.x] nonpython example now repr all exceptions

This commit is contained in:
Bruno Oliveira 2023-05-24 08:10:42 -03:00 committed by pytest bot
parent 6c95cb607d
commit d089744b80
1 changed files with 1 additions and 0 deletions

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}"