Home
last modified time | relevance | path

Searched refs:_test_basic_auth (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/
Dtest_urllib2.py1473 self._test_basic_auth(opener, auth_handler, "Authorization",
1534 self._test_basic_auth(opener, auth_handler, "Proxy-authorization",
1581 self._test_basic_auth(opener, basic_handler, "Authorization",
1610 def _test_basic_auth(self, opener, auth_handler, auth_header, member in HandlerTests