source:
python/trunk/Lib/test/autotest.py@
392
      
      | Last change on this file since 392 was 2, checked in by , 15 years ago | |
|---|---|
| 
 | |
| File size: 211 bytes | |
| Line | |
|---|---|
| 1 | # This should be equivalent to running regrtest.py from the cmdline. | 
| 2 | # It can be especially handy if you're in an interactive shell, e.g., | 
| 3 | # from test import autotest. | 
| 4 | |
| 5 | from test import regrtest | 
| 6 | regrtest.main() | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
