Take your solution to C03P01
and cover with with tests:
- That exists in a separate file (for example,
interval_tests.py
). - That are using the
unittest
module from Python.
The solution should come in 2 forms:
- The source of the tests.
- A screenshot where you've ran all the tests & they are passing.