Skip to content

Commit

Permalink
Add the @10 schedule syntax the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaroqui committed Mar 18, 2018
1 parent 59c8ecb commit cd264c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def test_schedules(self):
("*@0", "2015-02-27 10:00", False),
("*", "2015-02-27 10:00", True),
("*@61", "2015-02-27 10:00", True),
("@10", "2015-02-27 10:00", True),
("09:00-09:20", "2015-02-27 10:00", False),
("09:00-09:20@31", "2015-02-27 10:00", False),
("09:00-09:00", "2015-02-27 10:00", False),
Expand Down

0 comments on commit cd264c7

Please sign in to comment.