Home | History | Annotate | Download | only in test

Lines Matching refs:url2pathname

715     """Test pathname2url() and url2pathname()"""
725 result = urllib.url2pathname(expected_url)
732 # url2pathname() respectively
740 result = urllib.url2pathname(result)
742 "url2pathname() failed; %s != %s" %
752 result = urllib.url2pathname(given)
754 "url2pathname() failed; %s != %s" %
763 result = urllib.url2pathname(url)
765 'nturl2path.url2pathname() failed; %s != %s' %
769 result = urllib.url2pathname(given)
771 'nturl2path.url2pathname() failed; %s != %s' %