summaryrefslogtreecommitdiff
path: root/Lib/test/test_gl.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* Add missing imports.Georg Brandl2010-02-061-0/+1
* Add import_function method to test.test_support, and modify a number ofR. David Murray2009-03-301-2/+4
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* Add test_main() functions to various tests where it was simple to do. Done soBrett Cannon2008-03-031-2/+4
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+1
* Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'Thomas Wouters2000-08-041-3/+2
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-23/+23
* Some small changes.Guido van Rossum1997-01-031-5/+15
* gl is a *huge* module. This is a very simple test that insures thatRoger E. Masse1996-12-241-0/+141