summaryrefslogtreecommitdiffstats
path: root/Lib/test/testall.py
Commit message (Collapse)AuthorAgeFilesLines
* Restore old behavior of autotest and testall, using regrtest.Guido van Rossum1997-03-071-54/+4
| | | | This is done for backward compatibility with Python 1.4.
* test_rotor.py: New test of the rotor module.Barry Warsaw1996-12-231-0/+1
| | | | | | | test_*: converted to the new test harness. GvR note! test_signal.py works interatively (i.e. when verbose=1) but does not work inside the test harness. It must be a timing issue, but I haven't figured it out yet.
* added test of the regex moduleBarry Warsaw1996-12-201-0/+1
| | | | | | | [NOTE: testall.py and autotest.py might could go away soon, I've played with Guido's new regrtest.py script and it seems to work well. I'll wait until Guido gives the word to completely switch over -- and change the Makefile too!]
* Test script for the SGI imgfile module.Roger E. Masse1996-12-201-0/+1
|
* Test program for the SGI imageop module.Roger E. Masse1996-12-201-0/+1
|
* Test of the operator moduleBarry Warsaw1996-12-181-0/+1
|
* Test script for the UNIX group file access module (grp)Roger E. Masse1996-12-181-0/+1
|
* Test script for the GNU dbm module (gdbm)Roger E. Masse1996-12-171-0/+1
|
* Added a test script for the fcntl C module.Roger E. Masse1996-12-171-0/+1
|
* Added _xdrmodule testBarry Warsaw1996-12-171-0/+1
|
* (test_thread.py): modifications to quiet it up when not running as a script.Barry Warsaw1996-12-161-0/+1
| | | | (testall.py): added test_thread to the list of regression tests.
* Added test_dl to harnessRoger E. Masse1996-12-161-0/+1
|
* Added test_errno to the test suiteRoger E. Masse1996-12-161-0/+1
|
* A test of the struct moduleBarry Warsaw1996-12-121-0/+1
|
* Added test_strftime (Skip Montanaro).Guido van Rossum1996-12-121-0/+1
|
* A test of the select module that is actually reproduceable!Barry Warsaw1996-12-111-0/+1
|
* Added test of rgbimg moduleBarry Warsaw1996-12-111-0/+1
|
* Added test_pwdBarry Warsaw1996-12-111-0/+1
|
* added test_nisBarry Warsaw1996-12-111-0/+1
|
* When run as a script, runs each test and sends results to stdoutBarry Warsaw1996-12-101-0/+17
| | | | | | | (i.e. this restores the old functionality). Note that if a test couldn't be imported, it is just ignored (and no warning is printed).
* New regression testing harness.Barry Warsaw1996-12-101-24/+18
| | | | | | | | | | | | | (testall.out): obsolete. see individual test output files in the Output directory. (testall.py): now contains only the list of all tests (autotest.py): The new testing harness. Supports -g option to generate output files instead of verifying; -w option to warn about non-tested optional modules; additional command line arguments to generate or test individual tests (useful for generating output file of new tests).
* Added test_new.Barry Warsaw1996-12-101-2/+6
|
* Added a test script for dbmmodule.c and added it to testall.py andRoger E. Masse1996-12-101-1/+1
| | | | updated testall.out
* Test script/output for cryptmodule.c added to testall.py and testall.outRoger E. Masse1996-12-091-0/+1
|
* Added test_cmath.py to test complex math moduleRoger E. Masse1996-12-091-1/+1
|
* (testall.py): Slightly improved test harness to make it easier to addBarry Warsaw1996-12-091-36/+8
| | | | | | simple tests. (testall.py, testall.out): Added MD5 testsuite
* Added test_stropBarry Warsaw1996-12-091-0/+4
|
* module to test the arraymodule created and added to testall.pyRoger E. Masse1996-12-091-1/+5
|
* Added test_timeBarry Warsaw1996-12-061-0/+4
|
* Added test for math moduleGuido van Rossum1996-08-081-0/+4
|
* Added some new tests and two new files for testing: test_types.pyGuido van Rossum1992-11-271-0/+4
| | | | | (testing operations on built-in types) and autotest.py (automatic regression testing).
* Split in a number of subtest for easy maintenance and continued Mac support.Guido van Rossum1992-01-271-506/+20
|
* New == syntaxGuido van Rossum1992-01-011-17/+38
|
* New class syntax.Guido van Rossum1991-12-261-12/+8
| | | | Use ImportERror
* Added ZeroDivisionError except clauses.Guido van Rossum1991-12-161-0/+3
|
* test new functions and syntaxGuido van Rossum1991-08-161-18/+92
|
* Don't us sys.ps1 and sys.ps2.Guido van Rossum1991-04-071-3/+7
| | | | Exercise trailing comma in tuples.
* Initial revisionGuido van Rossum1990-12-261-0/+416