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 pitrou
Recipients ned.deily, pitrou, rhettinger, sdaoden, vstinner
Date 2011-02-23.11:18:33
SpamBayes Score 0.0076681497
Marked as misclassified No
Message-id <1298459914.33.0.327812068642.issue11285@psf.upfronthosting.co.za>
In-reply-to
Content
For the record:

> e.g. 'cd Lib/test; ../../python.exe -m test -v -uall test_iter' works
> just perfect.

You don't need to "cd". Just "./python -m test (etc.)".
See http://docs.python.org/devguide/runtests.html for more information.
History
Date User Action Args
2011-02-23 11:18:34pitrousetrecipients: + pitrou, rhettinger, vstinner, ned.deily, sdaoden
2011-02-23 11:18:34pitrousetmessageid: <1298459914.33.0.327812068642.issue11285@psf.upfronthosting.co.za>
2011-02-23 11:18:33pitroulinkissue11285 messages
2011-02-23 11:18:33pitroucreate