summaryrefslogtreecommitdiff
path: root/tests/test_quickstart.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-11-11 19:48:50 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-11-11 21:57:14 +0900
commitbdaedbcbe496a84ae56160c36637b01bb91ed3ff (patch)
tree9c6b4b9087c67e899fa01f3be1405391fb6399b3 /tests/test_quickstart.py
parent4c96c6efce9975919f0bdd675eff4f862c0beeae (diff)
downloadsphinx-git-bdaedbcbe496a84ae56160c36637b01bb91ed3ff.tar.gz
quickstart: Simplify generated conf.py (for texinfo)
Diffstat (limited to 'tests/test_quickstart.py')
-rw-r--r--tests/test_quickstart.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py
index 3140f641e..a87d1d8df 100644
--- a/tests/test_quickstart.py
+++ b/tests/test_quickstart.py
@@ -194,10 +194,6 @@ def test_quickstart_all_answers(tempdir):
assert ns['man_pages'] == [
('contents', 'stasi', u'STASI™ Documentation',
[u'Wolfgang Schäuble & G\'Beckstein'], 1)]
- assert ns['texinfo_documents'] == [
- ('contents', 'STASI', u'STASI™ Documentation',
- u'Wolfgang Schäuble & G\'Beckstein', 'STASI',
- 'One line description of project.', 'Miscellaneous')]
assert (tempdir / 'build').isdir()
assert (tempdir / 'source' / '.static').isdir()
@@ -268,7 +264,6 @@ def test_default_filename(tempdir):
execfile_(conffile, ns)
assert ns['latex_documents'][0][1] == 'sphinx.tex'
assert ns['man_pages'][0][1] == 'sphinx'
- assert ns['texinfo_documents'][0][1] == 'sphinx'
def test_extensions(tempdir):