Exemple #1
0
 def test_CONTINUATIONS_ignored(self):
     for example in ('to be', 'Are those', 'not and'):
         self.assertTrue(CONTINUATIONS.search(example) is None, example)
Exemple #2
0
 def test_CONTINUATIONS_detected(self):
     for example in ('and this', 'are those'):
         self.assertTrue(CONTINUATIONS.search(example) is not None, example)
Exemple #3
0
 def test_CONTINUATIONS_ignored(self):
     for example in ("to be", "Are those", "not and"):
         self.assertTrue(CONTINUATIONS.search(example) is None, example)
Exemple #4
0
 def test_CONTINUATIONS_detected(self):
     for example in ("and this", "are those"):
         self.assertTrue(CONTINUATIONS.search(example) is not None, example)
Exemple #5
0
 def test_CONTINUATIONS_ignored(self):
     for example in ('to be', 'Are those', 'not and'):
         self.assertTrue(CONTINUATIONS.search(example) is None, example)