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.
__call__
1 parent e4ed674 commit c577b8dCopy full SHA for c577b8d
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