(self)
| 1666 | """ |
| 1667 | |
| 1668 | def test_client_default(self): |
| 1669 | client = Protocol(CLIENT) |
| 1670 | self.assertFalse(client.close_expected()) |
| 1671 | |
| 1672 | def test_server_default(self): |
| 1673 | server = Protocol(SERVER) |
nothing calls this directly
no test coverage detected