Package openid :: Package test :: Module test_consumer :: Class TestQueryFormat
[frames] | no frames]

Class TestQueryFormat

source code

       object --+        
                |        
unittest.TestCase --+    
                    |    
       object --+   |    
                |   |    
support.CatchLogs --+    
                    |    
            TestIdRes --+
                        |
                       TestQueryFormat

Nested Classes

Inherited from TestIdRes: consumer_class

Inherited from unittest.TestCase: failureException

Instance Methods
 
test_notAList(self) source code

Inherited from TestIdRes: disableDiscoveryVerification, disableReturnToChecking, setUp

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, tearDown

Inherited from support.CatchLogs: failUnlessLogEmpty, failUnlessLogMatches, gotLogMessage

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

Properties

Inherited from object: __class__