]> granicus.if.org Git - python/commit
Actually run these tests from regrtest.py.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Feb 2003 14:51:41 +0000 (14:51 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Feb 2003 14:51:41 +0000 (14:51 +0000)
commit996acf122dbf8d9aa694a16a32ced065f5805cd2
treeed565bdce871aff987c7918e7ae1f405d995a468
parent9e5d87fa2018a48921d0452850a1d2f0b9fafb1e
Actually run these tests from regrtest.py.

There was no test_main() and the main body was protected
by if __name__ == '__main__' so the test didn't happen
on import either.
Lib/test/test_imp.py
Lib/test/test_importhooks.py
Lib/test/test_multifile.py
Lib/test/test_netrc.py
Lib/test/test_tarfile.py
Lib/test/test_timeout.py