Package openid :: Package test :: Module test_discover :: Class TestDiscovery
[frames] | no frames]

Class TestDiscovery

source code

       object --+        
                |        
unittest.TestCase --+    
                    |    
    BaseTestDiscovery --+
                        |
                       TestDiscovery

Nested Classes

Inherited from BaseTestDiscovery: fetcherClass

Inherited from unittest.TestCase: failureException

Instance Methods
 
test_404(self) source code
 
test_noOpenID(self) source code
 
test_html1(self) source code
 
test_html1Fragment(self)
Ensure that the Claimed Identifier does not have a fragment if one is supplied in the User Input.
source code
 
test_html2(self) source code
 
test_html1And2(self) source code
 
test_yadisEmpty(self) source code
 
test_htmlEmptyYadis(self)
HTML document has discovery information, but points to an empty Yadis document.
source code
 
test_yadis1NoDelegate(self) source code
 
test_yadis2NoLocalID(self) source code
 
test_yadis2(self) source code
 
test_yadis2OP(self) source code
 
test_yadis2OPDelegate(self)
The delegate tag isn't meaningful for OP entries.
source code
 
test_yadis2BadLocalID(self) source code
 
test_yadis1And2(self) source code
 
test_yadis1And2BadLocalID(self) source code

Inherited from BaseTestDiscovery: 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 object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables

Inherited from BaseTestDiscovery: documents, id_url

Properties

Inherited from object: __class__