Beispiel #1
0
 def test_should_not_email(self):
     et = ErrorTypeHandler()
     assert not et.should_email(self.fake_record(self.io_error()))
Beispiel #2
0
 def test_should_not_email(self):
     et = ErrorTypeHandler()
     assert not et.should_email(self.fake_record(self.io_error()))
Beispiel #3
0
 def test_should_email(self):
     et = ErrorTypeHandler()
     assert et.should_email(self.fake_record(self.division_error()))
Beispiel #4
0
 def test_should_email(self):
     et = ErrorTypeHandler()
     assert et.should_email(self.fake_record(self.division_error()))