(self)
| 3605 | self.assertEqual(self.serv_sock.recv(len(MSG)), MSG) |
| 3606 | |
| 3607 | def _testSendmsgExplicitNoneAddr(self): |
| 3608 | self.assertEqual(self.sendmsgToServer([MSG], [], 0, None), len(MSG)) |
| 3609 | |
| 3610 | def testSendmsgTimeout(self): |
| 3611 | # Check that timeout works with sendmsg(). |
nothing calls this directly
no test coverage detected