florist.tests.unit.api.routes.server.test_job module

async test_change_job_status_failure_in_find_by_id(mock_find_by_id)[source]
Return type:

None

async test_change_job_status_failure_in_set_status(mock_find_by_id)[source]
Return type:

None

async test_change_job_status_success(mock_find_by_id)[source]
Return type:

None

async test_get_job_fail_none_job(mock_find_by_id)[source]
Return type:

None

async test_get_job_success(mock_find_by_id)[source]
Return type:

None

async test_stop_job_assertion_error(mock_find_by_id)[source]
Return type:

None

async test_stop_job_exception(mock_requests, mock_find_by_id)[source]
Return type:

None

async test_stop_job_fail_no_server_pid(_, mock_requests, mock_find_by_id)[source]
Return type:

None

async test_stop_job_fail_stop_client(mock_kill, mock_requests, mock_find_by_id)[source]
Return type:

None

async test_stop_job_fail_stop_server(_, mock_requests, mock_find_by_id)[source]
Return type:

None

async test_stop_job_success(mock_kill, mock_requests, mock_find_by_id)[source]
Return type:

None