MCPcopy Index your code
hub / github.com/python/cpython / testBasic

Method testBasic

Lib/test/test_smtplib.py:282–286  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

280 test_output, flags=re.MULTILINE|re.DOTALL)
281
282 def testBasic(self):
283 # connect
284 smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost',
285 timeout=support.LOOPBACK_TIMEOUT)
286 smtp.quit()
287
288 def testSourceAddress(self):
289 # connect

Callers

nothing calls this directly

Calls 1

quitMethod · 0.95

Tested by

no test coverage detected