コード例 #1
0
 def testShouldNotNotify(self):
     self.failUnless(notifications.should_notify('*****@*****.**'))
コード例 #2
0
 def testShouldNotify(self):
     self.failIf(notifications.should_notify('*****@*****.**'))
コード例 #3
0
 def testShouldNotify(self):
     self.failIf(notifications.should_notify('*****@*****.**'))
コード例 #4
0
 def testShouldNotNotify(self):
     self.failUnless(notifications.should_notify('*****@*****.**'))