Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2.py1100 self._test_basic_auth(opener, auth_handler, "Authorization",
1120 self._test_basic_auth(opener, auth_handler, "Proxy-authorization",
1164 self._test_basic_auth(opener, basic_handler, "Authorization",
1173 def _test_basic_auth(self, opener, auth_handler, auth_header, member in HandlerTests