scheduler.test.tasks.services.messaging package¶
Submodules¶
scheduler.test.tasks.services.messaging.test_messaging_service module¶
- 
class scheduler.test.tasks.services.messaging.test_messaging_service.TestMessagingService(methodName='runTest')¶
- Bases: - django.test.testcases.TestCase- 
setUp()¶
 - 
test_generate_status_json()¶
- Tests calling generate_status_json() successfully 
 - 
test_get_tasks_to_kill()¶
- Tests calling get_tasks_to_kill() successfully 
 - 
test_get_tasks_to_schedule()¶
- Tests calling get_tasks_to_schedule() successfully 
 - 
test_handle_task_update()¶
- Tests calling handle_task_update() successfully 
 
-