Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -1/+1 |
| | | | | 'verify' iff it's used by a test module... | ||||
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
| | | | | | | | and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum. | ||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -18/+18 |
| | |||||
* | Convert some old-style string exceptions to class exceptions. | Fred Drake | 2000-08-18 | 1 | -1/+2 |
| | |||||
* | Move unified findfile() into test_support.py | Guido van Rossum | 1998-04-23 | 1 | -14/+1 |
| | |||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -29/+29 |
| | |||||
* | Look for uuencoded test files in the directory containing this module, too. | Guido van Rossum | 1997-09-07 | 1 | -2/+6 |
| | | | | | (This is necessary because when imported as test.test_rgbimg, the test directory is not on sys.path.) | ||||
* | Look for uuencoded test files in the directory containing this module, too. | Guido van Rossum | 1997-09-07 | 1 | -1/+2 |
| | | | | | (This is necessary because when imported as test.test_rgbimg, the test directory is not on sys.path.) | ||||
* | Use uuencoded test images. | Guido van Rossum | 1997-04-09 | 1 | -2/+22 |
| | |||||
* | minor formatting nit | Barry Warsaw | 1996-12-11 | 1 | -1/+2 |
| | |||||
* | Search for test files in sys.path | Guido van Rossum | 1994-03-09 | 1 | -0/+10 |
| | |||||
* | Add test code for audioop and rgbimg (includes three binary files!) | Guido van Rossum | 1994-01-12 | 1 | -0/+39 |