Merge pull request #11033 from jkeifer/patch-1
nonpython example now repr all exceptions
This commit is contained in:
commit
4e6d53fef5
|
@ -38,6 +38,7 @@ class YamlItem(pytest.Item):
|
||||||
" no further details known at this point.",
|
" no further details known at this point.",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
return super().repr_failure(excinfo)
|
||||||
|
|
||||||
def reportinfo(self):
|
def reportinfo(self):
|
||||||
return self.path, 0, f"usecase: {self.name}"
|
return self.path, 0, f"usecase: {self.name}"
|
||||||
|
|
Loading…
Reference in New Issue