From f894f7043a33563ab61856d869a9343150ca301c Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Sat, 8 Oct 2022 11:48:11 -0700 Subject: [PATCH] doc(README.md): add unit test utility description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47666744..1f23e88f 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Contents ### Classes * Parallel data partitioning and gathering, +* A minimalistic unit testing framework comprised of two types: `test_t` and `test_result_t` * (Co-)[Object pattern] abstract parent, * Runtime units tracking, * A test oracle using the [Template Method pattern], and