Pass optional arguments (globals(), locals(), []) to __import__() so
it will run as package test, e.g. this will run the test suite: import test.regrtest test.regrtest.main()
Showing
Please register or sign in to comment
it will run as package test, e.g. this will run the test suite: import test.regrtest test.regrtest.main()