Skip to content

Commit

Permalink
Add rotation test to get 100% coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Oct 28, 2017
1 parent 1c7e9c9 commit 830db03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_rotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def test_size_rotation(tmpdir, logger, size):
('13:00', [0.2, 0.9, 23, 1, 48]),
('13:00:00', [0.5, 1.5, 10, 15, 72]),
('13:00:00.123456', [0.9, 2, 10, 15, 256]),
('11:00', [22.9, 0.2, 23, 1, 24]),
('w0', [11, 1, 24 * 7 - 1, 1, 24 * 7]),
('W0 at 00:00', [10, 24 * 7 - 5, 0.1, 24 * 30, 24 * 14]),
('W6', [24, 24 * 28, 24 * 5, 24, 364 * 24]),
Expand Down

0 comments on commit 830db03

Please sign in to comment.