recipe.test.instance package

Submodules

recipe.test.instance.test_recipe module

class recipe.test.instance.test_recipe.TestRecipe(methodName='runTest')

Bases: django.test.testcases.TestCase

setUp()
test_condition_hit()

Tests calling Recipe.has_completed() when an entire recipe has completed

test_get_jobs_to_update()

Tests calling Recipe.get_jobs_to_update()

test_get_nodes_to_create()

Tests calling Recipe.get_nodes_to_create()

test_get_nodes_to_process_input()

Tests calling Recipe.get_nodes_to_process_input()

test_get_original_leaf_nodes()

Tests calling Recipe.get_original_leaf_nodes()

test_has_completed_empty()

Tests calling Recipe.has_completed() when a recipe is empty and has not created its nodes yet

test_has_completed_false()

Tests calling Recipe.has_completed() when an entire recipe has not completed

test_has_completed_true()

Tests calling Recipe.has_completed() when an entire recipe has completed

Module contents