Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 353 Bytes

File metadata and controls

11 lines (7 loc) · 353 Bytes

C03P02 - Interval extended, tests

Take your solution to C03P01 and cover with with tests:

  1. That exists in a separate file (for example, interval_tests.py).
  2. That are using the unittest module from Python.

The solution should come in 2 forms:

  1. The source of the tests.
  2. A screenshot where you've ran all the tests & they are passing.