distutils
.
tests
.support
index
/usr/local/lib/python2.5/distutils/tests/support.py
Module Docs
Support code for distutils test cases.
Modules
distutils.log
shutil
tempfile
Classes
__builtin__.object
LoggingSilencer
TempdirManager
DummyCommand
class
DummyCommand
Class to store options for retrieval via set_undefined_options().
Methods defined here:
__init__
(self, **kwargs)
ensure_finalized
(self)
class
LoggingSilencer
(
__builtin__.object
)
Methods defined here:
setUp
(self)
tearDown
(self)
Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
class
TempdirManager
(
__builtin__.object
)
Mix-in class that handles temporary directories for test cases.
This is intended to be used with unittest.TestCase.
Methods defined here:
mkdtemp
(self)
Create a temporary directory that will be cleaned up.
Returns the path of the directory.
setUp
(self)
tearDown
(self)
Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)