summaryrefslogtreecommitdiff
path: root/tests/test_http.py
Commit message (Collapse)AuthorAgeFilesLines
* Pin pep8 to 1.3.3Chuck Short2012-11-251-5/+5
| | | | | | | | Standardize pep8 to 1.3.3 and cleared up any errors found by pep8 tests. Change-Id: Ib7eb97d0789556d1676ccad58b5d3364065b7d15 Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Add happy path tests for ResponseBodyIteratorBrian Waldon2012-10-021-0/+10
| | | | Change-Id: I5e971b57a0591752e7fca76d0df78ce139308db5
* Make ConnectionRefused error more informative.Andrew Laski2012-09-121-0/+55
When the server refuses the connection the error message displayed now lists the endpoint that refused the connection. Fixes: bug 1043067 Change-Id: I62797106732bbb6eec8c99e491fd38850ad58ff8