示例#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'))
示例#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'))