From c5307bb29adc5205a9104ba3869993822ae86ea3 Mon Sep 17 00:00:00 2001 From: Eric B Munson Date: Sun, 12 Apr 2026 22:20:35 -0400 Subject: [PATCH] Update README for testing Signed-off-by: Eric B Munson --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c636534..781d127 100644 --- a/README.md +++ b/README.md @@ -78,3 +78,8 @@ scripts/gen_sync.py and add the resulting changes to the synchronous class as we Any PRs that change the synchronous class by hand or without updating the asynchronous one and/or the gen_sync.py script will be immediately closed. + +## pytest + +There are now pytest unit tests which are configured to run on any new PR, these tests must be +passing to merge. Please add tests to any fixes or new features.