Message191259
Why not just run the tests under regrtest like all other standard library tests? From the build directory, you could use something like (Windows may be a bit different):
./python.exe -m test -h # to get regrtest options help
./python.exe -m test -ugui -v test_idle # to run just the idle tests with verbose on
For 2.7, you'll need to use '-m test.regrtest'. |
|
| Date |
User |
Action |
Args |
| 2013-06-16 04:53:36 | ned.deily | set | recipients:
+ ned.deily, terry.reedy, ncoghlan, ezio.melotti, r.david.murray, Todd.Rovito |
| 2013-06-16 04:53:36 | ned.deily | set | messageid: <[email protected]> |
| 2013-06-16 04:53:35 | ned.deily | link | issue18103 messages |
| 2013-06-16 04:53:35 | ned.deily | create | |
|