ebosetalee/20-days-challenge

Write test for the Hangman class

Opened this issue · 0 comments

This task will require you to add test cases for the hangman class.

Create a folder inside the hangman folder named test and add a file named hangman_test.py.
This file should contain a class named TestHangman.

Write test cases to validate the behaviour of the Hangman class.

See here for documentation on python's builtin testing framework