]> granicus.if.org Git - python/commit
unittest TestLoader test discovery filename matching done in a method. This makes...
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 5 Jun 2010 10:39:42 +0000 (10:39 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 5 Jun 2010 10:39:42 +0000 (10:39 +0000)
commit9ef5d33084f72ed209ec59a9ea4b0a1d968ee8d6
tree6f22462505815864082c56ef365f60c65aa302cb
parentd5adb5d73d3daac54f600f9affa59ce325708ca9
unittest TestLoader test discovery filename matching done in a method. This makes it easier to override the matching strategy in subclasses. No behaviour change in actual implementation.
Lib/unittest/loader.py