• 3 Posts
  • 6 Comments
Joined 8 months ago
cake
Cake day: November 12th, 2023

help-circle




  • In the first one the tutorial expects you to just leave the function in circles.py, after you have create the separate unit test file.

    Ah, gotcha. Rewatching the video, I see that I missed a vital clue at 2:20.

    On the second one, You are probably trying to run the tests while inside the “test” folder. You need to be in the project folder when running the python -m unittest discover -v.

    Yup, this was it.

    Thank you so much!