commit | f78f5b11f65ff6fd582d937615e8a1c3c8373662 | [log] [tgz] |
---|---|---|
author | Michael Foord <michael@voidspace.org.uk> | Mon Feb 11 13:20:52 2013 +0000 |
committer | Michael Foord <michael@voidspace.org.uk> | Mon Feb 11 13:20:52 2013 +0000 |
tree | 1807b2def229e35031df9fd532a4ff4856f287a7 | |
parent | 8fd396bd227ba35e0da477e5eef70e85700f186c [diff] [blame] |
Correction to issue 17052 fix
diff --git a/Lib/unittest/main.py b/Lib/unittest/main.py index d09bccd..63c8139 100644 --- a/Lib/unittest/main.py +++ b/Lib/unittest/main.py
@@ -199,7 +199,7 @@ def _do_discovery(self, argv, Loader=None): if Loader is None: - Loader = self.testLoader + Loader = lambda: self.testLoader # handle command line args for test discovery self.progName = '%s discover' % self.progName