Show More
@@ -147,7 +147,8 b' class Doc2UnitTester(object):' | |||
|
147 | 147 | def test(self): |
|
148 | 148 | # Make a new runner per function to be tested |
|
149 | 149 | runner = DocTestRunner(verbose=d2u.verbose) |
|
150 |
|
|
|
150 | for the_test in d2u.finder.find(func, func.__name__): | |
|
151 | runner.run(the_test) | |
|
151 | 152 | failed = count_failures(runner) |
|
152 | 153 | if failed: |
|
153 | 154 | # Since we only looked at a single function's docstring, |
General Comments 0
You need to be logged in to leave comments.
Login now