We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701af60 commit 507bd8cCopy full SHA for 507bd8c
Lib/test/test_urlparse.py
@@ -644,7 +644,8 @@ def test_urlsplit_normalization(self):
644
for scheme in [u"http", u"https", u"ftp"]:
645
for c in denorm_chars:
646
url = u"{}://netloc{}false.netloc/path".format(scheme, c)
647
- print "Checking %r" % url
+ if test_support.verbose:
648
+ print "Checking %r" % url
649
with self.assertRaises(ValueError):
650
urlparse.urlsplit(url)
651
0 commit comments