From ae8782178eae00db98dfcf23f46431ba12e084c6 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 16 Sep 2013 09:45:56 +0200 Subject: [PATCH] Test suite quickfix. --- tests/test_autodoc.py | 1 + 1 file changed, 1 insertion(+) 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,