chansen / p5-time-moment

Time::Moment represents an exact moment in time.
32 stars 8 forks source link

Test units needs to be expanded to cover the API of Time::Moment #33

Open chansen opened 6 years ago

chansen commented 6 years ago

Time::Moment:

Untested routines XXX

Time::Moment::Adjusters:

sshine commented 6 years ago

Still haven't tested OrthodoxEasterSunday. Tests for WesternEasterSunday should be sufficient.

Let me know what you think about the tests for FirstDayOfWeekInMonth, LastDayOfWeekInMonth and NthDayOfWeekInMonth. I tried to make them somewhat property-based. Also, feel free to re-format them. I have a feeling that you have a consistent style that I'd like to adapt from. :-)

Tests for NearestMinuteInterval are crude still. Haven't had time to think about some good, general properties.