(self)
| 3821 | |
| 3822 | @testRecvmsgFromSendmsg.client_skip |
| 3823 | def _testRecvmsgFromSendmsg(self): |
| 3824 | self.assertEqual(self.sendmsgToServer([MSG[:3], MSG[3:]]), len(MSG)) |
| 3825 | |
| 3826 | |
| 3827 | class RecvmsgGenericStreamTests(RecvmsgGenericTests): |
nothing calls this directly
no test coverage detected