summaryrefslogtreecommitdiff
path: root/tests/test_autodoc.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-02-19 23:31:34 +0100
committerGeorg Brandl <georg@python.org>2009-02-19 23:31:34 +0100
commita43b6518049cb9610509291f18e19b902f15bab3 (patch)
tree9d3c4309165d753ddc2f1dfdc00c47f2717e515e /tests/test_autodoc.py
parent3f7733f8d303b10b5a72ea0a52508c63a1eb6034 (diff)
downloadsphinx-git-a43b6518049cb9610509291f18e19b902f15bab3.tar.gz
Make "make check" happy.
Diffstat (limited to 'tests/test_autodoc.py')
-rw-r--r--tests/test_autodoc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_autodoc.py b/tests/test_autodoc.py
index d1da44396..25d833a29 100644
--- a/tests/test_autodoc.py
+++ b/tests/test_autodoc.py
@@ -401,7 +401,8 @@ def test_generate():
options.members = ALL
assert_result_contains('.. class:: Class', 'module', 'test_autodoc')
try:
- assert_result_contains('.. exception:: CustomEx', 'module', 'test_autodoc')
+ assert_result_contains('.. exception:: CustomEx',
+ 'module', 'test_autodoc')
except AssertionError:
pass
else: