recipe.test.diff package¶
Subpackages¶
Submodules¶
recipe.test.diff.test_diff module¶
-
class
recipe.test.diff.test_diff.
TestRecipeDiff
(methodName='runTest')¶ Bases:
django.test.testcases.TestCase
-
setUp
()¶
-
test_init_changes
()¶ Tests creating a RecipeDiff when the newer definition has a variety of changes in it
-
test_init_changes_in_middle_of_chains
()¶ Tests creating a RecipeDiff where nodes are deleted from and inserted into the middle of a chain
-
test_init_identical
()¶ Tests creating a RecipeDiff between two identical recipe definitions
-
test_init_new_required_input
()¶ Tests creating a RecipeDiff when the newer definition has a new required input parameter
-
test_set_force_reprocess
()¶ Tests calling RecipeDiff.set_force_reprocess()
-