florist.tests.unit.api.test_client module¶ Tests for FLorist’s client FastAPI endpoints. test_check_status(mock_redis)[source]¶ Return type: None test_check_status_fail_exception(mock_redis)[source]¶ Return type: None test_check_status_not_found(mock_redis)[source]¶ Return type: None test_connect()[source]¶ Tests the client’s connect endpoint. Return type: None test_start_fail_exception(mock_launch_client)[source]¶ Return type: None test_start_fail_unsupported_client()[source]¶ Return type: None test_start_success(mock_launch_client)[source]¶ Return type: None