batch.test.messages package¶
Submodules¶
batch.test.messages.test_create_batch_recipes module¶
-
class
batch.test.messages.test_create_batch_recipes.
TestCreateBatchRecipes
(methodName='runTest')¶ Bases:
django.test.testcases.TestCase
-
setUp
()¶
-
test_execute_forced_nodes
()¶ Tests calling CreateBatchRecipes.execute() when only specific nodes are forced
-
test_execute_inputmap
()¶ Tests executing a new batch with an inputMap specified in the configuration
-
test_execute_new
()¶ Tests calling CreateBatchRecipes.execute() successfully
-
test_execute_previous
()¶ Tests calling CreateBatchRecipes.execute() successfully
-
test_execute_reprocess
()¶ Tests calling CreateBatchRecipes.execute() successfully when re-processing recipes
-
test_json_new
()¶ Tests coverting a CreateBatchRecipes message to and from JSON
-
test_json_previous
()¶ Tests coverting a CreateBatchRecipes message to and from JSON
-
batch.test.messages.test_update_batch_metrics module¶
-
class
batch.test.messages.test_update_batch_metrics.
TestUpdateBatchMetrics
(methodName='runTest')¶ Bases:
django.test.testcases.TestCase
-
setUp
()¶
-
test_execute
()¶ Tests calling UpdateBatchMetrics.execute() successfully
-
test_execute_with_sub_recipes
()¶ Tests calling UpdateBatchMetrics.execute() successfully with sub-recipes
-
test_json
()¶ Tests coverting an UpdateBatchMetrics message to and from JSON
-