Skip to content

Commit

Permalink
[7.3.x] nonpython example now repr all exceptions (#11034)
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
  • Loading branch information
github-actions[bot] and nicoddemus committed May 24, 2023
1 parent 6c95cb6 commit 69689c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/en/example/nonpython/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def repr_failure(self, excinfo):
" no further details known at this point.",
]
)
return super().repr_failure(excinfo)

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

0 comments on commit 69689c6

Please sign in to comment.