Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore old behavior of autotest and testall, using regrtest. | Guido van Rossum | 1997-03-07 | 1 | -54/+4 |
| | | | | This is done for backward compatibility with Python 1.4. | ||||
* | test_rotor.py: New test of the rotor module. | Barry Warsaw | 1996-12-23 | 1 | -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 module | Barry Warsaw | 1996-12-20 | 1 | -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. Masse | 1996-12-20 | 1 | -0/+1 |
| | |||||
* | Test program for the SGI imageop module. | Roger E. Masse | 1996-12-20 | 1 | -0/+1 |
| | |||||
* | Test of the operator module | Barry Warsaw | 1996-12-18 | 1 | -0/+1 |
| | |||||
* | Test script for the UNIX group file access module (grp) | Roger E. Masse | 1996-12-18 | 1 | -0/+1 |
| | |||||
* | Test script for the GNU dbm module (gdbm) | Roger E. Masse | 1996-12-17 | 1 | -0/+1 |
| | |||||
* | Added a test script for the fcntl C module. | Roger E. Masse | 1996-12-17 | 1 | -0/+1 |
| | |||||
* | Added _xdrmodule test | Barry Warsaw | 1996-12-17 | 1 | -0/+1 |
| | |||||
* | (test_thread.py): modifications to quiet it up when not running as a script. | Barry Warsaw | 1996-12-16 | 1 | -0/+1 |
| | | | | (testall.py): added test_thread to the list of regression tests. | ||||
* | Added test_dl to harness | Roger E. Masse | 1996-12-16 | 1 | -0/+1 |
| | |||||
* | Added test_errno to the test suite | Roger E. Masse | 1996-12-16 | 1 | -0/+1 |
| | |||||
* | A test of the struct module | Barry Warsaw | 1996-12-12 | 1 | -0/+1 |
| | |||||
* | Added test_strftime (Skip Montanaro). | Guido van Rossum | 1996-12-12 | 1 | -0/+1 |
| | |||||
* | A test of the select module that is actually reproduceable! | Barry Warsaw | 1996-12-11 | 1 | -0/+1 |
| | |||||
* | Added test of rgbimg module | Barry Warsaw | 1996-12-11 | 1 | -0/+1 |
| | |||||
* | Added test_pwd | Barry Warsaw | 1996-12-11 | 1 | -0/+1 |
| | |||||
* | added test_nis | Barry Warsaw | 1996-12-11 | 1 | -0/+1 |
| | |||||
* | When run as a script, runs each test and sends results to stdout | Barry Warsaw | 1996-12-10 | 1 | -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 Warsaw | 1996-12-10 | 1 | -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 Warsaw | 1996-12-10 | 1 | -2/+6 |
| | |||||
* | Added a test script for dbmmodule.c and added it to testall.py and | Roger E. Masse | 1996-12-10 | 1 | -1/+1 |
| | | | | updated testall.out | ||||
* | Test script/output for cryptmodule.c added to testall.py and testall.out | Roger E. Masse | 1996-12-09 | 1 | -0/+1 |
| | |||||
* | Added test_cmath.py to test complex math module | Roger E. Masse | 1996-12-09 | 1 | -1/+1 |
| | |||||
* | (testall.py): Slightly improved test harness to make it easier to add | Barry Warsaw | 1996-12-09 | 1 | -36/+8 |
| | | | | | | simple tests. (testall.py, testall.out): Added MD5 testsuite | ||||
* | Added test_strop | Barry Warsaw | 1996-12-09 | 1 | -0/+4 |
| | |||||
* | module to test the arraymodule created and added to testall.py | Roger E. Masse | 1996-12-09 | 1 | -1/+5 |
| | |||||
* | Added test_time | Barry Warsaw | 1996-12-06 | 1 | -0/+4 |
| | |||||
* | Added test for math module | Guido van Rossum | 1996-08-08 | 1 | -0/+4 |
| | |||||
* | Added some new tests and two new files for testing: test_types.py | Guido van Rossum | 1992-11-27 | 1 | -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 Rossum | 1992-01-27 | 1 | -506/+20 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -17/+38 |
| | |||||
* | New class syntax. | Guido van Rossum | 1991-12-26 | 1 | -12/+8 |
| | | | | Use ImportERror | ||||
* | Added ZeroDivisionError except clauses. | Guido van Rossum | 1991-12-16 | 1 | -0/+3 |
| | |||||
* | test new functions and syntax | Guido van Rossum | 1991-08-16 | 1 | -18/+92 |
| | |||||
* | Don't us sys.ps1 and sys.ps2. | Guido van Rossum | 1991-04-07 | 1 | -3/+7 |
| | | | | Exercise trailing comma in tuples. | ||||
* | Initial revision | Guido van Rossum | 1990-12-26 | 1 | -0/+416 |