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
commit21b6a93b79327bb8b6f9607111ba019a5aa74881 (patch)
treea296d9c05b1ab3eca196a2f7bd3519093622c3b7 /tests/test_autodoc.py
parent07874a389b6f0a8fe4de55159efc4269d62198b3 (diff)
downloadsphinx-21b6a93b79327bb8b6f9607111ba019a5aa74881.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 ba87b0ef..1931c0d0 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,