How do you run a test for a function?
To run a test for a function, run the file that has the function's tests.
What does a passing test look like?
Python prints a dot for a passing test. When complete, the test case runs a summary indicating the number of tests and their runtime. The OK message indicates that all the tests passed.