Exemplo n.º 1
0
 def test_findCheckerFactory(self):
     """
     L{strcred.findCheckerFactory} returns the first plugin
     available for a given authentication type.
     """
     self.assertIdentical(strcred.findCheckerFactory('file'),
                          cred_file.theFileCheckerFactory)
Exemplo n.º 2
0
 def test_findCheckerFactory(self):
     """
     Test that findCheckerFactory returns the first plugin
     available for a given authentication type.
     """
     self.assertIdentical(strcred.findCheckerFactory('file'),
                          cred_file.theFileCheckerFactory)