job.test.error.test_error.
TestJobError
Bases: django.test.testcases.TestCase
django.test.testcases.TestCase
Tests functions in the job error module.
setUp
test_create_error_model
Validate that a complete Error model is created using JobError
job.test.error.test_mapping.
TestJobErrorMapping
Tests the JobErrorMapping class
test_save_models
Tests calling JobErrorMapping.save_models() successfully