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.

Author Calvin.Spealman
Recipients Calvin.Spealman
Date 2011-03-26.14:36:41
SpamBayes Score 6.2882165e-05
Marked as misclassified No
Message-id <1301150202.25.0.136502435987.issue11683@psf.upfronthosting.co.za>
In-reply-to
Content
For example, if I had a project with a "src/" directory and inside that directory is a package named "foo", then I can run "python3 -m unittest discover -s ." and the tests will be not be found, but I can run "python3 -m unittest discover -s src/" and the tests in the foo package are run. This is because it can only find things which are in the python path, but if I have src/ on the path (I ran "add2virtualenv src/" at some point) then discover should know it can traverse inside this directory.
History
Date User Action Args
2011-03-26 14:36:42Calvin.Spealmansetrecipients: + Calvin.Spealman
2011-03-26 14:36:42Calvin.Spealmansetmessageid: <1301150202.25.0.136502435987.issue11683@psf.upfronthosting.co.za>
2011-03-26 14:36:41Calvin.Spealmanlinkissue11683 messages
2011-03-26 14:36:41Calvin.Spealmancreate