summaryrefslogtreecommitdiff
path: root/tests/test_autodoc.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-07 19:04:53 +0100
committerGeorg Brandl <georg@python.org>2011-01-07 19:04:53 +0100
commit5c39cfb6e93757dcd3b7d2909ec1336f058b8263 (patch)
tree64ab96a609f758025efa124c99ec4b63366676d0 /tests/test_autodoc.py
parentbf767d5222b6259e11306594e3d64602f4bd93ca (diff)
parentb44e894125762b96f53d5078a994d7e458cb6445 (diff)
downloadsphinx-git-5c39cfb6e93757dcd3b7d2909ec1336f058b8263.tar.gz
merge with 1.0
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 8f9025e68..3e9b4f25c 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)