[issue6568] unittest test discovery improvements

Michael Foord report at bugs.python.org
Sat Jul 25 01:16:07 CEST 2009


New submission from Michael Foord <michael at voidspace.org.uk>:

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

----------
assignee: michael.foord
messages: 90904
nosy: michael.foord
severity: normal
stage: needs patch
status: open
title: unittest test discovery improvements
type: feature request
versions: Python 2.7, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6568>
_______________________________________


More information about the Python-bugs-list mailing list