Skip to content

Commit 69689c6

Browse files
[7.3.x] nonpython example now repr all exceptions (#11034)
Co-authored-by: Bruno Oliveira <[email protected]>
1 parent 6c95cb6 commit 69689c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/en/example/nonpython/conftest.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def repr_failure(self, excinfo):
3838
" no further details known at this point.",
3939
]
4040
)
41+
return super().repr_failure(excinfo)
4142

4243
def reportinfo(self):
4344
return self.path, 0, f"usecase: {self.name}"

0 commit comments

Comments
 (0)