│ │ │ │ │ │
│ │ │

TestResponse

│ │ │ -

The response object is based on webob.response.Response with some additions │ │ │ +

The response object is based on webob.response.Response with some additions │ │ │ to help with testing.

│ │ │

The inherited attributes that are most interesting:

│ │ │
│ │ │
response.status:

The text status of the response, e.g., "200 OK".

│ │ │
│ │ │
response.status_int:

The text status_int of the response, e.g., 200.

│ │ │
│ │ │ @@ -43,15 +43,15 @@ │ │ │