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 fdca9e9 commit cec3e7eCopy full SHA for cec3e7e
tests/test_convention_doc/test_codeblocks.py
@@ -74,8 +74,6 @@ def test_bad_codeblocks_document_lint_errors(lint_codeblock, bad_codeblock):
74
assert result, result.output
75
76
77
-
78
79
def test_good_codeblocks_have_no_lint_errors(lint_codeblock, good_codeblock):
80
"""Tests that "good" codeblocks do not fail to lint."""
81
result = lint_codeblock(good_codeblock)
0 commit comments