[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]
http://bugs.python.org/issue2162
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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]
http://bugs.python.org/issue2162
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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]
http://bugs.python.org/issue2162
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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]
http://bugs.python.org/issue2162
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 PROTECTED]
http://bugs.python.org/issue2162
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com