home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pyos2bin.zip / Lib / test / testall.py < prev    next >
Text File  |  1997-03-07  |  136b  |  5 lines

  1. # Backward compatibility -- you should use regrtest instead of this module.
  2. import sys, regrtest
  3. sys.argv[1:] = ["-vv"]
  4. regrtest.main()
  5.