job.test.execution.tasks package

Submodules

job.test.execution.tasks.test_post_task module

class job.test.execution.tasks.test_post_task.TestPostTask(methodName='runTest')

Bases: django.test.testcases.TestCase

Tests the PostTask class

fixtures = [u'basic_errors.json', u'basic_job_errors.json']
setUp()
test_determine_error()

Tests that a post-task successfully determines the correct error

job.test.execution.tasks.test_pre_task module

class job.test.execution.tasks.test_pre_task.TestPreTask(methodName='runTest')

Bases: django.test.testcases.TestCase

Tests the PreTask class

fixtures = [u'basic_errors.json', u'basic_job_errors.json']
setUp()
test_determine_error()

Tests that a pre-task successfully determines the correct error

Module contents