[issue11178] Running tests inside a package by module name fails

2011-12-18 Thread Michael Foord
Michael Foord added the comment: No longer reproducable on CPython. Unfortunately still an issue with unittest2. -- resolution: -> out of date status: open -> closed ___ Python tracker ___

[issue11178] Running tests inside a package by module name fails

2011-05-23 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue11178] Running tests inside a package by module name fails

2011-05-06 Thread Michael Foord
Michael Foord added the comment: This isn't reproducable (any more?) on Python 2.7, but is on Python 3.2. Running "python -m unittest package" doesn't find tests in submodules, but without running full discovery even when passed an explicit module name I don't think that is avoidable. --

[issue11178] Running tests inside a package by module name fails

2011-02-10 Thread Michael Foord
New submission from Michael Foord : Reported by a user and verified by me with both Python 2.7 and 3.2. Trying to run tests by module or package name seems to fail. directory structure: project root: C:\Users\hpierson\Projects\pytest \test __init__.py (empty)