Example #1
0
 def check(word):
     assert_true(is_profane(word), word)
Example #2
0
 def check(word):
     assert_false(is_profane(word), word)