Corrections from review by tk0miya

This commit is contained in:
Josh Mitchell
2021-11-10 14:24:47 +11:00
parent f3d09559dd
commit 79089b5fa4
5 changed files with 17 additions and 10 deletions

View File

@@ -340,7 +340,7 @@ def test_autosummary_generate(app, status, warning):
assert doctree[3][0][0][2][5].astext() == 'autosummary_dummy_module.qux\n\na module-level attribute'
module = (app.srcdir / 'generated' / 'autosummary_dummy_module.rst').read_text()
print(module)
assert (' .. autosummary::\n'
' \n'
' Foo\n'