Tester.run___test__(): This couldn't possibly work at all. I'm afraid

the "backward compatibility" here was a joke.
This commit is contained in:
Tim Peters 2004-09-12 22:45:17 +00:00
parent 4be7a92f7f
commit 9661f9ab4f
1 changed files with 1 additions and 1 deletions

View File

@ -2001,7 +2001,7 @@ class Tester:
import new
m = new.module(name)
m.__test__ = d
return self.rundoc(m, name, module)
return self.rundoc(m, name)
def summarize(self, verbose=None):
return self.testrunner.summarize(verbose)