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 vdupras
Recipients slinkp, vdupras
Date 2008-02-22.15:20:17
SpamBayes Score 0.31187165
Marked as misclassified No
Message-id <1203693619.12.0.611138841817.issue2162@psf.upfronthosting.co.za>
In-reply-to
Content
findTestCases is an obsolete function. From the code:

# Expose obsolete functions for backwards compatibility
__all__.extend(['getTestCaseNames', 'makeSuite', 'findTestCases'])
History
Date User Action Args
2008-02-22 15:20:19vduprassetspambayes_score: 0.311872 -> 0.31187165
recipients: + vdupras, slinkp
2008-02-22 15:20:19vduprassetspambayes_score: 0.311872 -> 0.311872
messageid: <1203693619.12.0.611138841817.issue2162@psf.upfronthosting.co.za>
2008-02-22 15:20:18vdupraslinkissue2162 messages
2008-02-22 15:20:18vduprascreate