Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test__normalize_path(original, expected): assert URL._normalize_path(original) == expected
Yet another URL library