This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, ezio.melotti, michael.foord, python-dev
Date 2013-02-11.01:26:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360546011.61.0.543013510935.issue17052@psf.upfronthosting.co.za>
In-reply-to
Content
Michael, was this implemented correctly?  Loader should be a callable (e.g. a class), but self.testLoader is an instance (it defaults to loader.defaultTestLoader, which equals loader.TestLoader()):

http://hg.python.org/cpython/file/b53b029895df/Lib/unittest/loader.py#l302
History
Date User Action Args
2013-02-11 01:26:51chris.jerdoneksetrecipients: + chris.jerdonek, ezio.melotti, michael.foord, python-dev
2013-02-11 01:26:51chris.jerdoneksetmessageid: <1360546011.61.0.543013510935.issue17052@psf.upfronthosting.co.za>
2013-02-11 01:26:51chris.jerdoneklinkissue17052 messages
2013-02-11 01:26:51chris.jerdonekcreate