....................................FFFFF...................... ====================================================================== FAIL: test_redirect_n_equals_to_1 (__main__.HttpbinTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/httpbin/src/httpbin-0.7.0/test_httpbin.py", line 549, in test_redirect_n_equals_to_1 self.assertEqual( AssertionError: 'http://localhost/get' != '/get' - http://localhost/get + /get ====================================================================== FAIL: test_redirect_n_higher_than_1 (__main__.HttpbinTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/httpbin/src/httpbin-0.7.0/test_httpbin.py", line 527, in test_redirect_n_higher_than_1 self.assertEqual( AssertionError: 'http://localhost/relative-redirect/4' != '/relative-redirect/4' - http://localhost/relative-redirect/4 + /relative-redirect/4 ====================================================================== FAIL: test_redirect_to_post (__main__.HttpbinTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/httpbin/src/httpbin-0.7.0/test_httpbin.py", line 536, in test_redirect_to_post self.assertEqual( AssertionError: 'http://localhost/post' != '/post' - http://localhost/post + /post ====================================================================== FAIL: test_relative_redirect_n_equals_to_1 (__main__.HttpbinTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/httpbin/src/httpbin-0.7.0/test_httpbin.py", line 555, in test_relative_redirect_n_equals_to_1 self.assertEqual( AssertionError: 'http://localhost/get' != '/get' - http://localhost/get + /get ====================================================================== FAIL: test_relative_redirect_n_higher_than_1 (__main__.HttpbinTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/httpbin/src/httpbin-0.7.0/test_httpbin.py", line 562, in test_relative_redirect_n_higher_than_1 self.assertEqual( AssertionError: 'http://localhost/relative-redirect/6' != '/relative-redirect/6' - http://localhost/relative-redirect/6 + /relative-redirect/6 ---------------------------------------------------------------------- Ran 63 tests in 5.835s FAILED (failures=5) ==> ERROR: A failure occurred in check().  Aborting...