Great job writing your tests! Here are a couple of tips for the future:
- Put your tests in a separate file, and the simply import your main application into the testing file.
- Keep your outer scope functions to run your app in your " if name == "main": " boolean, and running " pytest <name_of_testfile>.py " will run all your functions with test in the name of the functions.
- Clean up your repo, I will not grade your following projects if I have to dig through all of your coursework to find what I need to grade. If you need help doing this, please see myself or another TA at office hours.
Great job writing your tests! Here are a couple of tips for the future: