mirror of
https://git.webmeisterei.com/webmeisterei/todoist-taskwarrior.git
synced 2023-12-21 10:23:00 +01:00
Raise error for unsupported recurrence for specific weekdays - e.g. every mon,tues,weds
This commit is contained in:
@ -169,5 +169,9 @@ def test_annually():
|
||||
|
||||
|
||||
def test_unsupported():
|
||||
pass
|
||||
with pytest.raises(Exception):
|
||||
utils.parse_recur('every mon,tues,weds')
|
||||
|
||||
with pytest.raises(Exception):
|
||||
utils.parse_recur('every monday,tuesday,wednesday')
|
||||
|
||||
|
Reference in New Issue
Block a user