Exemplo n.º 1
0
 def test_subject_check(self):
     self.assertIsNotNone(subject_check('RE: meep'))
     self.assertIsNotNone(subject_check('Re: meep'))
     self.assertIsNotNone(subject_check('re: meep'))
     self.assertIsNotNone(subject_check('RE meep'))
     self.assertIsNotNone(subject_check('Re meep'))
     self.assertIsNotNone(subject_check('re meep'))
Exemplo n.º 2
0
 def test_subject_check(self):
     self.assertIsNotNone(subject_check('RE: meep'))
     self.assertIsNotNone(subject_check('Re: meep'))
     self.assertIsNotNone(subject_check('re: meep'))
     self.assertIsNotNone(subject_check('RE meep'))
     self.assertIsNotNone(subject_check('Re meep'))
     self.assertIsNotNone(subject_check('re meep'))