I need to create a unit test for a scheduled task (schedule), the task works perfectly but in the tests it always returns None:
update_task_id = update_delivery_minutes_change.schedule(
args=(instance.id,),
delay=(60 * 30)
)
update_tas...
asked by
29.08.2016 / 23:19