Package openid :: Package test :: Module test_etxrd :: Class TestServiceParser
[hide private]
[frames] | no frames]

Class TestServiceParser

source code

unittest.TestCase --+
                    |
                   TestServiceParser

Instance Methods [hide private]
 
setUp(self) source code
 
_getServices(self, flt=None) source code
 
testParse(self)
Make sure that parsing succeeds at all
source code
 
testParseOpenID(self)
Parse for OpenID services with a transformer function
source code
 
_checkServices(self, expectedServices)
Check to make sure that the expected services are found in that order in the parsed document.
source code
 
testGetSeveral(self)
Get some services in order
source code
 
testGetSeveralForOne(self)
Getting services for one Service with several Type elements.
source code
 
testNoXRDS(self)
Make sure that we get an exception when an XRDS element is not present
source code
 
testEmpty(self)
Make sure that we get an exception when an XRDS element is not present
source code
 
testNoXRD(self)
Make sure that we get an exception when there is no XRD element present.
source code