From 71d31d73e7dc3b9cdb3c53b4f343b1928a9e858b Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Thu, 18 Jun 2026 23:23:36 +0200 Subject: add package testcapture, package assert (minimal implementation) --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index bca0263..e840bb5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ My personal extension of the standard library. ### Addons for testing +- [assert](./assert/): assertions for use in unit tests, plus a testing harness for test assertions like the ones in this package - [jsonmatch](./jsonmatch/): matching of encoded JSON payloads against fixed assertions +- [testcapture](./testcapture/): execute test code in a way that captures error messages and side effects without failing the overall test (e.g. to unit-test test assertions themselves) ## How to contribute -- cgit v1.3.1