From f9de82e1f1a6c72872e693789202df3fd16c3624 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 14 Feb 2024 16:09:38 +0000 Subject: [PATCH] tidier docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ab180924..a4e166b18 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CoTest -Cotest is an extension of Google Test (including GMock) which adds direct and fully integrated support for coroutines: - - as contexts within which to run checking code, including checking of mock calls, +Cotest is an extension of Google Test which adds direct and fully integrated support for coroutines: + - as contexts within which to run checking code and actions, - and to execute the code under test. Cotest allows for a linear test case layout, in which the test coroutine launches the code under test, and then accepts and returns mock calls in a single sequence