test: Add tests for secret_handshake.network

This commit is contained in:
2023-11-03 19:51:50 +01:00
parent 1d07f9ba02
commit 1ad7cb4e5e
2 changed files with 146 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ class SHSEndpoint:
self._on_connect = cb
def disconnect(self) -> None:
def disconnect(self) -> None: # pragma: no cover
"""Disconnect the endpoint"""
raise NotImplementedError