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