mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix a flake8 warning
This commit is contained in:
parent
44e6d0ce2a
commit
e2f141620d
@ -581,6 +581,7 @@ def test_linenothreshold(app, status, warning):
|
|||||||
assert ('<span></span><span class="c1"># Very small literal include '
|
assert ('<span></span><span class="c1"># Very small literal include '
|
||||||
'(linenothreshold check)</span>' in html)
|
'(linenothreshold check)</span>' in html)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.sphinx('dummy', testroot='directive-code')
|
@pytest.mark.sphinx('dummy', testroot='directive-code')
|
||||||
def test_code_block_dedent(app, status, warning):
|
def test_code_block_dedent(app, status, warning):
|
||||||
app.builder.build(['dedent'])
|
app.builder.build(['dedent'])
|
||||||
|
Loading…
Reference in New Issue
Block a user