summaryrefslogtreecommitdiff
path: root/tests/test_quickstart.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-08-04 19:39:05 +0000
committerGeorg Brandl <georg@python.org>2008-08-04 19:39:05 +0000
commit00b30f6f652e2da88e7124c9658f730682e7c8ad (patch)
tree5f3dae6323373ce5a745b2db7705b409b59a7c6b /tests/test_quickstart.py
parent408786e2688af6e0e43928cd7b3b91bab8a4cd6a (diff)
downloadsphinx-git-00b30f6f652e2da88e7124c9658f730682e7c8ad.tar.gz
Add a test suite for autodoc.
Diffstat (limited to 'tests/test_quickstart.py')
-rw-r--r--tests/test_quickstart.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py
index b990060a1..9514c885e 100644
--- a/tests/test_quickstart.py
+++ b/tests/test_quickstart.py
@@ -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)