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 jimjjewett
Recipients
Date 2006-09-01.21:18:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=764593

To clarify:  It would be wrong to put in checks that refuse 
to run an invalid test that would have run today.

But wrapping TestCase in a TestSuite before returning it is 
probably OK, since it fixes the list(x) bug you mentioned; 
you just need to be sure that it won't break something 
else.  Unfortunately, it might.  (Is there something they 
could do to the TestCase() that would start to fail if you 
wrap it in a TestSuite()?  Remember that they might have 
local standards saying "only one test class per file" or 
something, so they might never have gotten a real suite 
back in the past.)
History
Date User Action Args
2007-08-23 15:54:29adminlinkissue1550273 messages
2007-08-23 15:54:29admincreate