def testShouldNotNotify(self):
     self.failUnless(notifications.should_notify('*****@*****.**'))
예제 #2
0
 def testShouldNotify(self):
     self.failIf(notifications.should_notify('*****@*****.**'))
 def testShouldNotify(self):
     self.failIf(notifications.should_notify('*****@*****.**'))
예제 #4
0
 def testShouldNotNotify(self):
     self.failUnless(notifications.should_notify('*****@*****.**'))