Each assignment has its own file. To see them, click on the links in the navigation bar.
The file run_tests.py
is our testing framework.
I suggest you put all of your files from this chapter in one
folder along with run_tests.py
. Then importing
is easy.
Examples of using the testing framework are in the easy_functions.py code.