[issue11683] unittest discover should recurse into packages which are already in sys.path

Michael Foord report at bugs.python.org
Sat Mar 26 21:06:48 CET 2011


Michael Foord <michael at voidspace.org.uk> added the comment:

Going into multiple directories on the path would make discovery more complex (but isn't out of the question).

To be compatible with nose test discovery it is likely that we will special case an "src" directory anyway though (as it is a relatively common pattern to put code into an "src" directory).

----------

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


More information about the Python-bugs-list mailing list