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

Class TestDiscovery

source code

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

Nested Classes [hide private]

Inherited from BaseTestDiscovery: fetcherClass

Instance Methods [hide private]
 
_discover(self, content_type, data, expected_services, expected_id=None) source code
 
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 BaseTestDiscovery (private): _checkService

Class Variables [hide private]

Inherited from BaseTestDiscovery: documents, id_url