Package distutils :: Package tests :: Module test_build_scripts :: Class BuildScriptsTestCase
[hide private]
[frames] | no frames]

type BuildScriptsTestCase

             object --+    
                      |    
 support.TempdirManager --+
                          |
             object --+   |
                      |   |
support.LoggingSilencer --+
                          |
             object --+   |
                      |   |
      unittest.TestCase --+
                          |
                         BuildScriptsTestCase

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
test_default_settings(self)
 
test_build(self)
 
get_build_scripts_cmd(self, target, scripts)
 
write_sample_scripts(self, dir)
 
write_script(self, dir, name, text)

Inherited from support.TempdirManager: mkdtemp, setUp, tearDown

Inherited from unittest.TestCase: __call__, __init__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, shortDescription

Inherited from unittest.TestCase (private): _exc_info