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('*****@*****.**'))