Message248940
It did that because you did not specify a top level directory. Without that, the cwd is not on the path and that breaks many environments.
We should probably document it better. The workaround for your needs is to either just run 'unittest discover', or run 'unittest discover tests -t .', not 'unittest discover tests'.
The behaviour is however something I believe to be correct and essential to most user experiences. |
|
Date |
User |
Action |
Args |
2015-08-21 01:41:34 | rbcollins | set | recipients:
+ rbcollins, ezio.melotti, michael.foord, docs@python, redixin |
2015-08-21 01:41:34 | rbcollins | set | messageid: <1440121294.05.0.137322228835.issue24247@psf.upfronthosting.co.za> |
2015-08-21 01:41:33 | rbcollins | link | issue24247 messages |
2015-08-21 01:41:33 | rbcollins | create | |
|