aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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