[issue2162] unittest.findTestCases undocumented

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Certainly. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed __ Tracker <[EMAIL PROTECTED]> __

[issue2162] unittest.findTestCases undocumented

2008-03-18 Thread Virgil Dupras
Virgil Dupras <[EMAIL PROTECTED]> added the comment: Can't we close this ticket? __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Uns

[issue2162] unittest.findTestCases undocumented

2008-02-22 Thread Virgil Dupras
Virgil Dupras added the comment: findTestCases is an obsolete function. From the code: # Expose obsolete functions for backwards compatibility __all__.extend(['getTestCaseNames', 'makeSuite', 'findTestCases']) -- nosy: +vdupras __ Tracker <[EMAIL PROTECT

[issue2162] unittest.findTestCases undocumented

2008-02-22 Thread Paul Winkler
New submission from Paul Winkler: I cannot find anything about findTestCases on any of the library doc pages, certainly not at http://docs.python.org/lib/unittest-contents.html where I'd expect it to be. __ Tracker <[EMAIL PROTECTED]>

[issue2162] unittest.findTestCases undocumented

2008-02-22 Thread Paul Winkler
Changes by Paul Winkler: -- components: Documentation nosy: slinkp severity: normal status: open title: unittest.findTestCases undocumented versions: Python 2.5 __ Tracker <[EMAIL PROTECTED]>