blob: 741910ba03ae4799a2483a54a971caa95ca323a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
diff -ur manuel-1.5.0.orig/src/manuel/tests.py manuel-1.5.0/src/manuel/tests.py
--- src/manuel/tests.py 2011-03-09 09:33:11.000000000 +0800
+++ src/manuel/tests.py 2012-04-27 21:40:45.653694740 +0800
@@ -9,7 +9,7 @@
import os.path
import re
import unittest
-import zope.testing.renormalizing
+#import zope.testing.renormalizing
doctest = manuel.absolute_import('doctest')
@@ -52,7 +52,7 @@
optionflags = doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS
m = manuel.ignore.Manuel()
- m += manuel.doctest.Manuel(optionflags=optionflags, checker=checker)
+# m += manuel.doctest.Manuel(optionflags=optionflags, checker=checker)
m += manuel.codeblock.Manuel()
m += manuel.capture.Manuel()
m += manuel.testcase.SectionManuel()
|