Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_nntplib.py241 with support.transient_internet(self.NNTP_HOST):
264 with self.NNTP_CLASS(self.NNTP_HOST, timeout=TIMEOUT, usenetrc=False) as server:
269 with self.NNTP_CLASS(self.NNTP_HOST, timeout=TIMEOUT, usenetrc=False) as server:
279 NNTP_HOST = 'news.trigofacile.com' variable in NetworkedNNTPTests
288 with support.transient_internet(cls.NNTP_HOST):
289 cls.server = cls.NNTP_CLASS(cls.NNTP_HOST, timeout=TIMEOUT, usenetrc=False)
303 NNTP_HOST = 'nntp.aioe.org' variable in NetworkedNNTP_SSLTests