summaryrefslogtreecommitdiff
path: root/tests/test_autodoc.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-09-16 09:45:56 +0200
committerGeorg Brandl <georg@python.org>2013-09-16 09:45:56 +0200
commitae8782178eae00db98dfcf23f46431ba12e084c6 (patch)
treea296d9c05b1ab3eca196a2f7bd3519093622c3b7 /tests/test_autodoc.py
parentf4a0a81f4c9848e3c09ff4bf7ab363ab94e4ffbb (diff)
downloadsphinx-git-ae8782178eae00db98dfcf23f46431ba12e084c6.tar.gz
Test suite quickfix.
Diffstat (limited to 'tests/test_autodoc.py')
-rw-r--r--tests/test_autodoc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_autodoc.py b/tests/test_autodoc.py
index ba87b0eff..1931c0d0c 100644
--- a/tests/test_autodoc.py
+++ b/tests/test_autodoc.py
@@ -49,6 +49,7 @@ def setup_test():
undoc_members = False,
private_members = False,
special_members = False,
+ imported_members = False,
show_inheritance = False,
noindex = False,
annotation = None,