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 dd149ca commit 36b450bCopy full SHA for 36b450b
testing/test_compat.py
@@ -80,7 +80,7 @@ def func():
80
# obtain the function up until the point a function was wrapped by pytest itself
81
@pytest.fixture
82
def wrapped_func3():
83
- pass
+ pass # pragma: no cover
84
85
wrapped_func4 = decorator(wrapped_func3)
86
assert get_real_func(wrapped_func4) is wrapped_func3._get_wrapped_function()
0 commit comments