Module doctest :: Class DocFileCase
[hide private]
[frames] | no frames]

Class DocFileCase

       object --+        
                |        
unittest.TestCase --+    
                    |    
          DocTestCase --+
                        |
                       DocFileCase

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
id(self)
 
__repr__(self)
str(x)
 
__str__(self)
str(x)
 
format_failure(self, err)

Inherited from DocTestCase: __init__, debug, runTest, setUp, shortDescription, tearDown

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

Inherited from unittest.TestCase (private): _exc_info

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

id(self)

 
Overrides: unittest.TestCase.id

__repr__(self)
(Representation operator)

 

str(x)

Overrides: object.__repr__
(inherited documentation)

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

format_failure(self, err)

 
Overrides: DocTestCase.format_failure