diff options
| author | Jon Waltman <jonathan.waltman@gmail.com> | 2010-09-16 02:19:06 -0500 |
|---|---|---|
| committer | Jon Waltman <jonathan.waltman@gmail.com> | 2010-09-16 02:19:06 -0500 |
| commit | 7d4eb7ac4b0410294db5778536f250062cabf8b6 (patch) | |
| tree | eef865df41096272a4346baed1cf061629ba1b22 /tests/test_quickstart.py | |
| parent | 0a8eed122a82fc353e7f53c99ce49cbec7f04684 (diff) | |
| download | sphinx-7d4eb7ac4b0410294db5778536f250062cabf8b6.tar.gz | |
Add tests for Texinfo builder
Diffstat (limited to 'tests/test_quickstart.py')
| -rw-r--r-- | tests/test_quickstart.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py index 541959bd..453bf536 100644 --- a/tests/test_quickstart.py +++ b/tests/test_quickstart.py @@ -171,6 +171,14 @@ def test_quickstart_all_answers(tempdir): assert ns['man_pages'] == [ ('contents', 'stasi', u'STASI™ Documentation', [u'Wolfgang Schäuble & G\'Beckstein'], 1)] + print ns['texinfo_documents'] + print [('contents', 'STASI', u'STASI™ Documentation', + u'Wolfgang Schäuble & G\'Beckstein', 'STASI', + 'One line description of project.', 'Miscellaneous'),] + 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() |
