Skip to content

Commit 36b450b

Browse files
committed
ci: set no cover for test function
1 parent dd149ca commit 36b450b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: testing/test_compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def func():
8080
# obtain the function up until the point a function was wrapped by pytest itself
8181
@pytest.fixture
8282
def wrapped_func3():
83-
pass
83+
pass # pragma: no cover
8484

8585
wrapped_func4 = decorator(wrapped_func3)
8686
assert get_real_func(wrapped_func4) is wrapped_func3._get_wrapped_function()

0 commit comments

Comments
 (0)