示例#1
0
def test_palindrome_failure():
    assert not check_palindrome('fail')
示例#2
0
def test_palindrome_success():
    assert check_palindrome('racecar')