Fix the deadline counter to start counting only after Task claim is accepted.
Deadline counter used to start when the task was claimed to be requested.
This commit fixes that.
"""Django Unit Test and Doctest framework."""from django.test.client import Clientfrom django.test.testcases import TestCase