329
329
def test_gather_user_credentials_from_auth_conf(self):
330
330
auth_path = config.authentication_config_filename()
331
331
service = LaunchpadService()
334
334
f = open(auth_path, 'wb')
336
336
scheme, hostinfo = urlparse.urlsplit(service.service_url)[:2]