]> granicus.if.org Git - python/commit
Change the way unittest.TestSuite use their tests to always access them through itera...
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 5 Apr 2009 01:15:01 +0000 (01:15 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 5 Apr 2009 01:15:01 +0000 (01:15 +0000)
commit37d89a295540bb56e230a4935912f0fe5bdd0301
treea5f4849bb76a803bea898e181911d464e0a33f57
parent1d22d00e97f62c79c58b03603824aa254d712708
Change the way unittest.TestSuite use their tests to always access them through iteration. Non behavior changing, this allows you to create custom subclasses that override __iter__.

Issue #5693
Lib/unittest.py