Fix flake8 warnings

This commit is contained in:
Takeshi KOMIYA
2021-12-11 10:33:07 +09:00
parent 8d071a8e8f
commit 9c6ebdf347

View File

@@ -127,7 +127,7 @@ def test_texinfo_xrefs(app, status, warning):
assert not re.search(r'@ref{\w+,,--plugin\.option}', output)
assert 'Link to perl +p, --ObjC++, --plugin.option, create-auth-token, arg and -j' in output
@pytest.mark.sphinx('texinfo', testroot='root')
def test_texinfo_samp_with_variable(app, status, warning):
app.build()
@@ -136,4 +136,4 @@ def test_texinfo_samp_with_variable(app, status, warning):
assert '@code{@var{variable_only}}' in output
assert '@code{@var{variable} and text}' in output
assert '@code{Show @var{variable} in the middle}' in output
assert '@code{Show @var{variable} in the middle}' in output