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