Test cases fail when `HTTPBIN_URL` does not have trailing slash
authorDavid Pursehouse <david.pursehouse@gmail.com>
Tue, 23 Jul 2013 06:13:00 +0000 (15:13 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Tue, 23 Jul 2013 06:29:36 +0000 (15:29 +0900)
commit29db7b72161ee8423ce780e421a8913bb3073dfc
treedd60c4225faae1ec86b11e56b28eb0509f723fcf
parent66de6b528d268816d8c4e21a29939b75e8e5c369
Test cases fail when `HTTPBIN_URL` does not have trailing slash

Test cases can be run against a local httpbin server defined by
the `HTTPBIN_URL` environment variable, but it causes tests to
fail if the given URL does not end with a slash.

Ensure that the URL always ends with a slash.
test_requests.py