예제 #1
0
 def test_reject_bullet_stars(self):
     assert '*' not in I18n.all_code_keywords()
예제 #2
0
 def test_have_code_keywords_without_punctuation(self):
     code_keywords = (u'Avast', u'Akkor', u'Etantdonné', u'Lorsque', u'假設')
     for code_keyword in code_keywords:
         assert code_keyword in I18n.all_code_keywords()