On 1/19/19 4:35 AM, Ben Finney wrote:
> [patch]

Hi Ben!

Thanks a lot for your pull request, I did merge it, however, now the
package fails to build, with an error in the test you've added, as per
below. Could you look into it once more?

Cheers,

Thomas Goirand (zigo)


HTTPretty.match_http_address should ignore case of hostname. ... FAILED
[...]

-----------------------------------------------------------------------------
1) FAIL: HTTPretty.match_http_address should ignore case of hostname.

   Traceback (most recent call last):
    /usr/lib/python2.7/dist-packages/nose/case.py line 197 in runTest
      self.test(*self.arg)
    tests/unit/test_httpretty.py line 451 in
test_match_http_address_should_ignore_hostname_case
      assert HTTPretty.match_http_address(match_hostname, 80)
   AssertionError:


-----------------------------------------------------------------------------
52 tests run in 0.2 seconds.
1 FAILED (51 tests passed)

Reply via email to