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.

classification
Title: unittest test discovery improvements
Type: enhancement Stage: needs patch
Components: Versions: Python 3.2, Python 2.7
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: michael.foord Nosy List: michael.foord
Priority: normal Keywords:

Created on 2009-07-24 23:16 by michael.foord, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg90904 - (view) Author: Michael Foord (michael.foord) * (Python committer) Date: 2009-07-24 23:16
Issue to track improvements in the standalone discover.py that I need to
port to the test discovery in unittest.

* Failure to import a module does not halt discovery
* Will not attempt to import test files whose names are not valid Python
  identifiers, even if they match the pattern
msg92583 - (view) Author: Michael Foord (michael.foord) * (Python committer) Date: 2009-09-13 19:07
Committed revision 74785.
History
Date User Action Args
2022-04-11 14:56:51adminsetgithub: 50817
2009-09-13 19:07:22michael.foordsetstatus: open -> closed
resolution: accepted
messages: + msg92583
2009-07-24 23:16:05michael.foordcreate