summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_rgbimg.py
Commit message (Collapse)AuthorAgeFilesLines
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-5/+5
|
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
| | | | 'verify' iff it's used by a test module...
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-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 Drake2000-10-231-18/+18
|
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-181-1/+2
|
* Move unified findfile() into test_support.pyGuido van Rossum1998-04-231-14/+1
|
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-29/+29
|
* Look for uuencoded test files in the directory containing this module, too.Guido van Rossum1997-09-071-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 Rossum1997-09-071-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 Rossum1997-04-091-2/+22
|
* minor formatting nitBarry Warsaw1996-12-111-1/+2
|
* Search for test files in sys.pathGuido van Rossum1994-03-091-0/+10
|
* Add test code for audioop and rgbimg (includes three binary files!)Guido van Rossum1994-01-121-0/+39