Staging
v0.5.1
https://github.com/python/cpython
Revision ac25fab12f95374cad4f11bbcbe5543183b98aa6 authored by Jesus Cea on 03 September 2008, 17:50:32 UTC, committed by Jesus Cea on 03 September 2008, 17:50:32 UTC
1 parent b339b2a
Raw File
Tip revision: ac25fab12f95374cad4f11bbcbe5543183b98aa6 authored by Jesus Cea on 03 September 2008, 17:50:32 UTC
Fix some leaks - Neal Norwitz
Tip revision: ac25fab
autotest.py
# This should be equivalent to running regrtest.py from the cmdline.
# It can be especially handy if you're in an interactive shell, e.g.,
# from test import autotest.

from test import regrtest
regrtest.main()
back to top