Palindrome check
Palindrome is a word or phrase that reads the same backward as forward. The function create_data() returns some words, and the function check_palindrome() checks whether the word is a palindrome. You will complete the test suite's setup, test function, and teardown.
This exercise is part of the course
Introduction to Testing in Python
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise