Lines Matching refs:bypass
17 # The proxy bypass method imported below has logic specific to the OSX
1450 bypass = {
1455 # Check hosts that should trigger the proxy bypass
1458 self.assertTrue(_proxy_bypass_macosx_sysconf(host, bypass),
1459 'expected bypass of %s to be True' % host)
1460 # Check hosts that should not trigger the proxy bypass
1463 self.assertFalse(_proxy_bypass_macosx_sysconf(host, bypass),
1464 'expected bypass of %s to be False' % host)
1467 bypass = {'exclude_simple': True, 'exceptions': []}
1468 self.assertTrue(_proxy_bypass_macosx_sysconf('test', bypass))
1471 bypass = {
1476 self.assertTrue(_proxy_bypass_macosx_sysconf(host, bypass),
1477 'expected bypass of %s to be True' % host)
1479 self.assertFalse(_proxy_bypass_macosx_sysconf(host, bypass),
1480 'expected bypass of %s to be False' % host)