jira-to-code / src /jira_to_code /tasks /medium_8 /test_scheduling.py
Navigam's picture
feat: expand task suite to 22 challenges and update reward signal mechanics
6392732
Raw
History Blame Contribute Delete
135 Bytes
from scheduling import schedule_event
def test_timezone_aware():
dt = schedule_event(2023, 1, 1)
assert dt.tzinfo is not None