summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Added _xdrmodule testBarry Warsaw1996-12-171-0/+1
* (test_thread): output from thread testBarry Warsaw1996-12-161-0/+6
* (test_thread.py): modifications to quiet it up when not running as a script.Barry Warsaw1996-12-162-6/+17
* Updated test_crypt test to jive with bwarsaw testing styleRoger E. Masse1996-12-161-1/+7
* Revised output for test_cryptRoger E. Masse1996-12-161-1/+0
* Revised test for errno ala bwarsaw's testing paradigm.Roger E. Masse1996-12-161-5/+8
* Output files for test_dl and test_errnoRoger E. Masse1996-12-162-0/+2
* Added test_dl to harnessRoger E. Masse1996-12-161-0/+1
* Revised strategy for testing recomended by bwarsawRoger E. Masse1996-12-161-26/+28
* Added test_errno to the test suiteRoger E. Masse1996-12-162-0/+45
* Test for the dl module. This only works for SunOS and Solaris.Roger E. Masse1996-12-131-0/+32
* nonstandard_expectations is only added when in verbose mode, so weBarry Warsaw1996-12-131-2/+1
* Hmm, now that I think about it, we *can* use time.time() and 'date' ifBarry Warsaw1996-12-131-6/+8
* More or less portabilized.Barry Warsaw1996-12-131-7/+11
* FixedBarry Warsaw1996-12-131-2/+0
* Output file for module struct testBarry Warsaw1996-12-131-0/+3
* A test of the struct moduleBarry Warsaw1996-12-122-0/+45
* Print final report, either all tests OK, or list of failed and missingBarry Warsaw1996-12-121-5/+19
* Print a more meaningful message when a test's output file wasn'tBarry Warsaw1996-12-121-1/+5
* Fixed test_strftime to be silent when called from autotest.Guido van Rossum1996-12-122-9/+15
* Added test_strftime (Skip Montanaro).Guido van Rossum1996-12-123-0/+88
* A test of the select module that is actually reproduceable!Barry Warsaw1996-12-113-4/+61
* Output of rgbimg module testBarry Warsaw1996-12-111-0/+2
* Added test of rgbimg moduleBarry Warsaw1996-12-111-0/+1
* minor formatting nitBarry Warsaw1996-12-111-1/+2
* Be more careful with the shuffling of stdout.Guido van Rossum1996-12-111-6/+7
* Output of the nis and pwd module testsBarry Warsaw1996-12-112-0/+2
* Test of the pwd moduleBarry Warsaw1996-12-111-0/+70
* Added test_pwdBarry Warsaw1996-12-111-0/+1
* Rewrite without using try-except to break out of two loops.Guido van Rossum1996-12-111-17/+18
* Just test one key/value pair for one NIS map. I.e. don't test themBarry Warsaw1996-12-111-11/+17
* test of the nis moduleBarry Warsaw1996-12-111-0/+19
* added test_nisBarry Warsaw1996-12-111-0/+1
* Test output files in their new locationBarry Warsaw1996-12-1015-0/+183
* Directory for test output files: Output => outputBarry Warsaw1996-12-101-2/+2
* When run as a script, runs each test and sends results to stdoutBarry Warsaw1996-12-101-0/+17
* New regression testing harness.Barry Warsaw1996-12-103-242/+130
* A test of the `new' module. The new.code() test is fairly bogus sinceBarry Warsaw1996-12-101-0/+44
* Added test_new.Barry Warsaw1996-12-102-2/+7
* Added a test script for dbmmodule.c and added it to testall.py andRoger E. Masse1996-12-103-2/+31
* Added test_newBarry Warsaw1996-12-101-0/+1
* new test script for cryptmodule.pyRoger E. Masse1996-12-091-0/+6
* Test script/output for cryptmodule.c added to testall.py and testall.outRoger E. Masse1996-12-092-0/+3
* New test module for complex math moduleRoger E. Masse1996-12-091-0/+22
* Added test_cmath.py to test complex math moduleRoger E. Masse1996-12-092-1/+2
* (testall.py): Slightly improved test harness to make it easier to addBarry Warsaw1996-12-092-36/+17
* Added test_stropBarry Warsaw1996-12-092-0/+5
* Added tests of all strop module functions, and touching of moduleBarry Warsaw1996-12-091-2/+35
* Added test_array output line.Guido van Rossum1996-12-091-0/+1
* module to test the arraymodule created and added to testall.pyRoger E. Masse1996-12-092-1/+45