Package openid :: Package test :: Module test_etxrd :: Class TestCanonicalID
[frames] | no frames]

Class TestCanonicalID

source code

       object --+    
                |    
unittest.TestCase --+
                    |
                   TestCanonicalID

Nested Classes

Inherited from unittest.TestCase: failureException

Instance Methods
 
mkTest(iname, filename, expectedID)
This function builds a method that runs the CanonicalID test for the given set of inputs
source code
 
test_delegated(self) source code
 
test_delegated_r1(self) source code
 
test_delegated_r2(self) source code
 
test_sometimesprefix(self) source code
 
test_prefixsometimes(self) source code
 
test_spoof1(self) source code
 
test_spoof2(self) source code
 
test_spoof3(self) source code
 
test_status222(self) source code
 
test_multisegment_xri(self) source code
 
test_iri_auth_not_allowed(self)
Don't let IRI authorities be canonical for the GCS.
source code

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

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

Properties

Inherited from object: __class__