HomeSort by relevance Sort by last modified time
    Searched refs:bogus_domain (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/test/
test_urllibnet.py 126 bogus_domain = "sadflkjsasf.i.nvali.d."
128 socket.gethostbyname(bogus_domain)
136 self.skipTest("%r should not resolve for test to work" % bogus_domain)
141 urllib.request.urlopen("http://{}/".format(bogus_domain))
  /external/python/cpython2/Lib/test/
test_urllibnet.py 138 bogus_domain = "sadflkjsasf.i.nvali.d"
140 socket.gethostbyname(bogus_domain)
145 self.skipTest("%r should not resolve for test to work" % bogus_domain)

Completed in 2552 milliseconds