We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c95cb6 commit 69689c6Copy full SHA for 69689c6
doc/en/example/nonpython/conftest.py
@@ -38,6 +38,7 @@ def repr_failure(self, excinfo):
38
" no further details known at this point.",
39
]
40
)
41
+ return super().repr_failure(excinfo)
42
43
def reportinfo(self):
44
return self.path, 0, f"usecase: {self.name}"
0 commit comments