ebosetalee / 20-days-challenge

#20dayschallenge on python
6 stars 0 forks source link

Write test for the Hangman class #44

Open jirevwe opened 4 years ago

jirevwe commented 4 years ago

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