Fix #103: add all (usable) builtin extensions to quickstart.

This commit is contained in:
Georg Brandl
2009-02-20 10:43:56 +01:00
parent db8f428414
commit 5b1415d16a
2 changed files with 18 additions and 2 deletions

View File

@@ -121,6 +121,10 @@ def test_quickstart_all_answers(tempdir):
'autodoc': 'y',
'doctest': 'yes',
'intersphinx': 'no',
'todo': 'n',
'coverage': 'no',
'pngmath': 'N',
'jsmath': 'no',
'Create Makefile': 'no',
'Create Windows command file': 'no',
}