Creating Some Tests: Additional Functions
Get to know some necessary functions we need for testing the game.
To create a test, we can exercise the method in the previous lesson repeatedly to see if the assertion ever fails. We do this by creating a new file called api_test.py
and placing it in the langman
directory.
Application fixture
In this file, we begin by ...
Access this course and 1400+ top-rated courses and projects.