(self)
| 3718 | |
| 3719 | @testRecvmsgFromSendmsg.client_skip |
| 3720 | def _testRecvmsgFromSendmsg(self): |
| 3721 | self.assertEqual(self.sendmsgToServer([MSG[:3], MSG[3:]]), len(MSG)) |
| 3722 | |
| 3723 | |
| 3724 | class RecvmsgGenericStreamTests(RecvmsgGenericTests): |
nothing calls this directly
no test coverage detected