source.test.messages package¶
Submodules¶
source.test.messages.test_purge_source_file module¶
-
class
source.test.messages.test_purge_source_file.
TestPurgeSourceFile
(methodName='runTest')¶ Bases:
django.test.testcases.TransactionTestCase
-
setUp
()¶
-
test_execute
()¶ Tests calling PurgeSourceFile.execute() successfully
-
test_execute_force_stop
()¶ Tests calling PurgeSourceFile.execute() successfully
-
test_execute_results_check
()¶ Tests calling PurgeSourceFile.execute() successfully
-
test_execute_with_job
()¶ Tests calling PurgeSourceFile.execute() successfully
-
test_execute_with_recipe
()¶ Tests calling PurgeSourceFile.execute() successfully
-
test_json
()¶ Tests coverting a PurgeSourceFile message to and from JSON
-