Package openid :: Package test :: Module test_consumer :: Class TestDiscoverAndVerify
[hide private]
[frames] | no frames]

Class TestDiscoverAndVerify

source code

unittest.TestCase --+
                    |
                   TestDiscoverAndVerify

Instance Methods [hide private]
 
setUp(self) source code
 
failUnlessDiscoveryFailure(self) source code
 
test_noServices(self)
Discovery returning no results results in a DiscoveryFailure exception
source code
 
test_noMatches(self)
If no discovered endpoint matches the values from the assertion, then we end up raising a ProtocolError
source code
 
test_matches(self)
If an endpoint matches, we return it
source code