Add a test suite for autodoc.

This commit is contained in:
Georg Brandl
2008-08-04 19:39:05 +00:00
parent 408786e268
commit 00b30f6f65
5 changed files with 350 additions and 10 deletions

View File

@@ -117,6 +117,7 @@ def test_quickstart_all_answers(tempdir):
'Name of your master document': 'contents',
'autodoc': 'y',
'doctest': 'yes',
'intersphinx': 'no',
'Create Makefile': 'no',
}
qs.raw_input = mock_raw_input(answers, needanswer=True)