Exemplo n.º 1
0
def test_has_naughty():
    assert False == has_no_naughty("abcdefg")
    assert False == has_no_naughty("acdefg")
    assert False == has_no_naughty("acepqfg")
    assert False == has_no_naughty("acepfgxy")
Exemplo n.º 2
0
def test_has_no_naughty():
    assert True == has_no_naughty("acefghpx")