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.
1 parent 19035f4 commit 1da8ce6Copy full SHA for 1da8ce6
src/_pytest/pytester.py
@@ -77,7 +77,7 @@ def pytest_configure(config):
77
78
def raise_on_kwargs(kwargs):
79
__tracebackhide__ = True
80
- if kwargs:
+ if kwargs: # pragma: no branch
81
raise TypeError(
82
"Unexpected keyword arguments: {}".format(", ".join(sorted(kwargs)))
83
)
0 commit comments