summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_imgfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
| | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
* joinfields -> join.Eric S. Raymond2001-02-091-1/+1
|
* String method conversion.Eric S. Raymond2001-02-091-3/+2
|
* 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-12/+12
|
* Move unified findfile() into test_support.pyGuido van Rossum1998-04-231-9/+1
|
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-28/+28
|
* Use uuencoded test images.Guido van Rossum1997-04-161-4/+19
|
* More and better comments.Roger E. Masse1996-12-201-4/+11
|
* Minor semantic cleanup.Roger E. Masse1996-12-201-3/+3
|
* Test script for the SGI imgfile module.Roger E. Masse1996-12-201-0/+103