Pass status into course_email for tracking retry status.

This commit is contained in:
Brian Wilson
2013-09-18 12:59:31 -04:00
parent 8f31acbeb4
commit 2337b6d863
6 changed files with 80 additions and 49 deletions

View File

@@ -23,7 +23,7 @@ from instructor_task.models import InstructorTask
from instructor_task.tests.test_base import InstructorTaskModuleTestCase
from instructor_task.tests.factories import InstructorTaskFactory
from instructor_task.tasks import rescore_problem, reset_problem_attempts, delete_problem_state
from instructor_task.tasks_helper import UpdateProblemModuleStateError #, update_problem_module_state
from instructor_task.tasks_helper import UpdateProblemModuleStateError
PROBLEM_URL_NAME = "test_urlname"