def testEmailPrefix(self):
     self.assertEqual("[prefix] subject", notifications._prefix('subject'))
Exemplo n.º 2
0
 def testEmailNoPrefix(self):
     self.assertEquals("subject", notifications._prefix('subject'))
Exemplo n.º 3
0
 def testEmailPrefix(self):
     self.assertEqual("[prefix] subject", notifications._prefix('subject'))
Exemplo n.º 4
0
 def testEmailNoPrefix(self):
     self.assertEquals("subject", notifications._prefix('subject'))