We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4ed674 + c577b8d commit 8c3d68aCopy full SHA for 8c3d68a
pytest_helpers_namespace/plugin.py
@@ -39,6 +39,7 @@ def __call__(self, *args, **kwargs):
39
'''
40
This wrapper will just call the actual helper function
41
42
+ __tracebackhide__ = True
43
return self.func(*args, **kwargs)
44
45
0 commit comments