summaryrefslogtreecommitdiff
path: root/tests/test_autodoc.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-07 19:03:44 +0100
committerGeorg Brandl <georg@python.org>2011-01-07 19:03:44 +0100
commitb44e894125762b96f53d5078a994d7e458cb6445 (patch)
tree593f89f050790ffe34861c8a2ae92b47bed669f7 /tests/test_autodoc.py
parentb1cf1a9aae631d826841107ccc593f9c1c225f26 (diff)
downloadsphinx-git-b44e894125762b96f53d5078a994d7e458cb6445.tar.gz
Fix test_autodoc.
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 a367fb938..e8a7d29f3 100644
--- a/tests/test_autodoc.py
+++ b/tests/test_autodoc.py
@@ -24,6 +24,7 @@ def setup_module():
app = TestApp()
app.builder.env.app = app
+ app.builder.env.temp_data['docname'] = 'dummy'
app.connect('autodoc-process-docstring', process_docstring)
app.connect('autodoc-process-signature', process_signature)
app.connect('autodoc-skip-member', skip_member)