diff options
author | Georg Brandl <georg@python.org> | 2013-09-16 09:45:56 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-09-16 09:45:56 +0200 |
commit | ae8782178eae00db98dfcf23f46431ba12e084c6 (patch) | |
tree | a296d9c05b1ab3eca196a2f7bd3519093622c3b7 /tests/test_autodoc.py | |
parent | f4a0a81f4c9848e3c09ff4bf7ab363ab94e4ffbb (diff) | |
download | sphinx-git-ae8782178eae00db98dfcf23f46431ba12e084c6.tar.gz |
Test suite quickfix.
Diffstat (limited to 'tests/test_autodoc.py')
-rw-r--r-- | tests/test_autodoc.py | 1 |
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, |