(self)
| 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 |