From c747f57dec54819ff97a6aafca95d986c4fa74b2 Mon Sep 17 00:00:00 2001 From: simonmicro Date: Sat, 6 Dec 2025 20:57:19 +0100 Subject: [PATCH] Also test new clients explicitly :/ Signed-off-by: simonmicro --- docs/Contributing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Contributing.md b/docs/Contributing.md index 45b21a4..9b836ec 100644 --- a/docs/Contributing.md +++ b/docs/Contributing.md @@ -20,5 +20,7 @@ python3 pykms_Server.py -F STDOUT -s ./pykms_database.db ``` Then trigger (multiple) client requests and check the output for errors via: ```bash -python3 pykms_Client.py -F STDOUT -c 174f5409-0624-4ce3-b209-adde1091956b +python3 pykms_Client.py -F STDOUT # fresh client +python3 pykms_Client.py -F STDOUT -c 174f5409-0624-4ce3-b209-adde1091956b # (maybe) existing client +python3 pykms_Client.py -F STDOUT -c 174f5409-0624-4ce3-b209-adde1091956b # now-for-sure existing client ```