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