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.
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
16