no need for subheading

This commit is contained in:
John 2024-02-14 15:37:22 +00:00
parent 366ded581d
commit 141bb9b3df

View File

@ -1,7 +1,5 @@
# CoTest
## Intro
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,
- and to execute the code under test.