diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-11-24 01:08:50 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-12-02 17:57:20 +0900 |
| commit | a5e7e85e9249aa6d171e959168389cf805c2eb03 (patch) | |
| tree | ec25d5b7bdeaed3173af73b897782426771cab47 /tests/test_quickstart.py | |
| parent | 55a587ad800949a56d9c88092c65cac1cc2d4375 (diff) | |
| download | sphinx-git-a5e7e85e9249aa6d171e959168389cf805c2eb03.tar.gz | |
quickstart: Simplify generated conf.py (for manpage)
Diffstat (limited to 'tests/test_quickstart.py')
| -rw-r--r-- | tests/test_quickstart.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py index 84c05ce30..31533cff0 100644 --- a/tests/test_quickstart.py +++ b/tests/test_quickstart.py @@ -191,9 +191,6 @@ def test_quickstart_all_answers(tempdir): assert ns['latex_documents'] == [ ('contents', 'STASI.tex', u'STASI™ Documentation', u'Wolfgang Schäuble \\& G\'Beckstein', 'manual')] - assert ns['man_pages'] == [ - ('contents', 'stasi', u'STASI™ Documentation', - [u'Wolfgang Schäuble & G\'Beckstein'], 1)] assert (tempdir / 'build').isdir() assert (tempdir / 'source' / '.static').isdir() @@ -263,7 +260,6 @@ def test_default_filename(tempdir): ns = {} execfile_(conffile, ns) assert ns['latex_documents'][0][1] == 'sphinx.tex' - assert ns['man_pages'][0][1] == 'sphinx' def test_extensions(tempdir): |
