[Python-Dev] I'd like to add an __iter__ method to unittest.TestSuite
Jim Fulton
jim at zope.com
Fri Aug 6 17:54:53 CEST 2004
More information about the Python-Dev mailing list
Fri Aug 6 17:54:53 CEST 2004
- Previous message: [Python-Dev] pep 318, Decorators for Functions, Methods and Classes
- Next message: [Python-Dev] I'd like to add an __iter__ method to unittest.TestSuite
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
TestSuite objects provide no public mechanism for iteration. We have a need to be able to iterate over them. Up to now, we've been using the _tests attribute, which is bad. If no one objects, I'll add an __iter__ method. Jim -- Jim Fulton mailto:jim at zope.com Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org
- Previous message: [Python-Dev] pep 318, Decorators for Functions, Methods and Classes
- Next message: [Python-Dev] I'd like to add an __iter__ method to unittest.TestSuite
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list