(self)
| 1670 | self.assertFalse(client.close_expected()) |
| 1671 | |
| 1672 | def test_server_default(self): |
| 1673 | server = Protocol(SERVER) |
| 1674 | self.assertFalse(server.close_expected()) |
| 1675 | |
| 1676 | def test_client_sends_close(self): |
| 1677 | client = Protocol(CLIENT) |
nothing calls this directly
no test coverage detected