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