Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-01-15 14:01:30 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-01-15 14:01:30 +0300
commite2f141620d11e931f0dd94a4690b341ad37d334c (patch)
treedd2ee9ed5868afa80802cdd5f881602276d6f371
parent44e6d0ce2aaada8c997b64101b2eb8f69e47aedd (diff)
Fix a flake8 warning
-rw-r--r--tests/test_directive_code.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_directive_code.py b/tests/test_directive_code.py
index e67f9599c..5f519d3b9 100644
--- a/tests/test_directive_code.py
+++ b/tests/test_directive_code.py
@@ -581,6 +581,7 @@ def test_linenothreshold(app, status, warning):
assert ('<span></span><span class="c1"># Very small literal include '
'(linenothreshold check)</span>' in html)
+
@pytest.mark.sphinx('dummy', testroot='directive-code')
def test_code_block_dedent(app, status, warning):
app.builder.build(['dedent'])