From d6f0817b310ccc46c39cec12571ce1082fc6de25 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Fri, 8 Mar 2019 21:06:48 +0100 Subject: [PATCH] more documentation --- test/sync_handshake.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/sync_handshake.py b/test/sync_handshake.py index c11ce0f..b121c83 100644 --- a/test/sync_handshake.py +++ b/test/sync_handshake.py @@ -1,5 +1,12 @@ # vim: set fileencoding=utf-8 : +"""start a handshake test for one simulated device + +this is being started once per device by sync_test.py +you can use this manually for debugging purposes + +""" + # Sync test 2.0 # Copyleft 2018, 2019, p≡p foundation