Exemple #1
0
 def testSuccessResponseFormatter(self):
     """
     Test that the thing that spits out POP3 'success responses' works
     right.
     """
     self.assertEqual(
         pop3.successResponse('Great.'),
         '+OK Great.\r\n')
 def testSuccessResponseFormatter(self):
     """
     Test that the thing that spits out POP3 'success responses' works
     right.
     """
     self.assertEqual(
         pop3.successResponse('Great.'),
         '+OK Great.\r\n')