[issue4886] test/regrtest.py contains error on __import__

2009-03-31 Thread R. David Murray
R. David Murray added the comment: regrtest is an internal tool for testing python, and is not suited to be used as a general testing framework. You would be far better off using one of the 3rd party packages designed for that task. We don't have the resources to support use of regrtest for an

[issue4886] test/regrtest.py contains error on __import__

2009-01-08 Thread Michael Yang
Changes by Michael Yang : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue4886] test/regrtest.py contains error on __import__

2009-01-08 Thread Michael Yang
New submission from Michael Yang : I want to use the included test.regrtest (located in $pythondir/lib/python[ver]/test) to regression test some of my own scripts located in directory myDir. The script has some nice configurability features to skip some tests based on machine configurations,