Rework class DateRange, making it more fun to work with
- Allow Python's
len()
to return number of days covered - Return proper
__str__
- Throw
ValueError
if dates given are not parseable - Add many more tests
len()
to return number of days covered__str__
ValueError
if dates given are not parseable