Ned Deily added the comment: 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'. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18103> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com