예제 #1
0
파일: tests.py 프로젝트: EnTeQuAk/unfromm
 def check(word):
     assert_true(is_profane(word), word)
예제 #2
0
파일: tests.py 프로젝트: EnTeQuAk/unfromm
 def check(word):
     assert_false(is_profane(word), word)