Searched refs:FTP_HOST (Results 1 – 2 of 2) sorted by relevance
286 FTP_HOST = 'ftp://www.pythontest.net/' variable in TimeoutTest290 with test_support.transient_internet(self.FTP_HOST, timeout=None):291 u = _urlopen_with_retry(self.FTP_HOST)296 with test_support.transient_internet(self.FTP_HOST):299 u = _urlopen_with_retry(self.FTP_HOST)306 with test_support.transient_internet(self.FTP_HOST):309 u = _urlopen_with_retry(self.FTP_HOST, timeout=None)315 with test_support.transient_internet(self.FTP_HOST):316 u = _urlopen_with_retry(self.FTP_HOST, timeout=60)
305 FTP_HOST = 'ftp://www.pythontest.net/' variable in TimeoutTest310 with socket_helper.transient_internet(self.FTP_HOST, timeout=None):311 u = _urlopen_with_retry(self.FTP_HOST)318 with socket_helper.transient_internet(self.FTP_HOST):321 u = _urlopen_with_retry(self.FTP_HOST)330 with socket_helper.transient_internet(self.FTP_HOST):333 u = _urlopen_with_retry(self.FTP_HOST, timeout=None)341 with socket_helper.transient_internet(self.FTP_HOST):342 u = _urlopen_with_retry(self.FTP_HOST, timeout=60)