From 5b853fe0effddcc3e59a3329c3e62b4eb0a6d548 Mon Sep 17 00:00:00 2001 From: Tobias Stolzmann Date: Mon, 2 Sep 2024 11:05:36 +0200 Subject: [PATCH] Typo --- clintest/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clintest/test.py b/clintest/test.py index 3f5daab..45c676a 100644 --- a/clintest/test.py +++ b/clintest/test.py @@ -247,7 +247,7 @@ def subsumes(self, other) -> bool: class Record(Test): """ - A test that behaves identical to a given other `test` but records any call to one of it + A test that behaves identical to a given other `test` but records any call to one of its `on_*`-methods. This can be very helpful for debugging. Parameters