summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cd.py
Commit message (Collapse)AuthorAgeFilesLines
* Add import_function method to test.test_support, and modify a number ofR. David Murray2009-03-301-2/+3
| | | | | | | | tests that expect to be skipped if imports fail or functions don't exist to use import_function and import_module. The ultimate goal is to change regrtest to not skip automatically on ImportError. Checking in now to make sure the buldbots don't show any errors on platforms I can't direct test on.
* Add test_main() functions to various tests where it was simple to do. Done soBrett Cannon2008-03-031-2/+5
| | | | | that regrtest can execute the test_main() directly instead of relying on import side-effects.
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-1/+1
|
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
| | | | | | | | imports of test modules now import from the test package. Other related oddities are also fixed (like DeprecationWarning filters that weren't specifying the full import part, etc.). Also did a general code cleanup to remove all "from test.test_support import *"'s. Other from...import *'s weren't changed.
* 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.
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
|
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-6/+6
|
* This is a very inobstrusive test for the existance of the SGI cd moduleRoger E. Masse1997-01-031-0/+26
and all it's attributes. More comprehensive examples can be found in Demo/cd and require that you have a CD and a CD ROM drive