storage.test.messages package

Submodules

storage.test.messages.test_delete_files module

class storage.test.messages.test_delete_files.TestDeleteFiles(methodName='runTest')

Bases: django.test.testcases.TestCase

setUp()
test_create_message()

Tests calling the create message function for DeleteFiles

test_execute()

Tests calling DeleteFile.execute() successfully

test_execute_ancestor()

Tests calling DeleteFile.execute() successfully

test_execute_check_results()

Tests calling DeleteFile.execute() successfully

test_execute_check_results_no_purge()

Tests calling DeleteFile.execute() successfully

test_execute_force_stop()

Tests calling DeleteFile.execute() successfully

test_json()

Tests coverting a DeleteFiles message to and from JSON

storage.test.messages.test_move_files module

class storage.test.messages.test_move_files.TestMoveFiles(methodName='runTest')

Bases: django.test.testcases.TestCase

setUp()
test_create_message()

Tests calling the create message function for MoveFile

test_execute()

Tests calling MoveFile.execute() successfully

test_json()

Tests coverting a MoveFiles message to and from JSON

Module contents