HTTPretty
HTTPretty copied to clipboard
test_httpretty_should_handle_paths_starting_with_two_slashes needs update
The test checks that we can handle URLs with paths starting with //.
However the http.server.BaseHTTPRequestHandler.parse_request() now replaces '//' with '/' so the test should be updated to allow also '/foo' as a path.
Hello, Trying to package this module for Mageia, we see this issue. Is it a problem with the test which is wrong or that really that paths starting with // are no more handled?