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 1c6646d commit fdca9e9Copy full SHA for fdca9e9
tests/test_convention_doc/test_codeblocks.py
@@ -74,6 +74,8 @@ 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