| 182 | return pkt |
| 183 | |
| 184 | class DefectiveHandler: |
| 185 | def __init__(self, con): |
| 186 | self.con = con |
| 187 | |
| 188 | @pytest.mark.skipif(not socket_auth, reason="connection to unix_socket required") |
| 189 | @pytest.mark.skipif( |
nothing calls this directly
no outgoing calls
no test coverage detected