mirror of
				https://git.webmeisterei.com/webmeisterei/todoist-taskwarrior.git
				synced 2025-10-30 17:52:43 +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
	 Matt Snider
					Matt Snider