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

Class TestXRIDiscovery

source code

unittest.TestCase --+    
                    |    
    BaseTestDiscovery --+
                        |
                       TestXRIDiscovery

Nested Classes [hide private]
  fetcherClass
Instance Methods [hide private]
 
test_xri(self) source code
 
test_xri_normalize(self) source code
 
test_xriNoCanonicalID(self) source code
 
test_useCanonicalID(self)
When there is no delegate, the CanonicalID should be used with XRI.
source code

Inherited from BaseTestDiscovery: setUp, tearDown

Inherited from BaseTestDiscovery (private): _checkService

Class Variables [hide private]
  documents = {'=smoker':('application/xrds+xml', readDataFile('...

Inherited from BaseTestDiscovery: id_url

Class Variable Details [hide private]

documents

Value:
{'=smoker':('application/xrds+xml', readDataFile('yadis_2entries_deleg\
ate.xml')), '=smoker*bad':('application/xrds+xml', readDataFile('yadis\
_another_delegate.xml'))}