aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test-application: add forms as they are evaluated, and only store the whole ↵Gravatar Peter McGoron 2025-09-211-3/+5
| | | | evaluated expression quoted
* replace with-test-assert with test-assert for better compat with SRFI-64Gravatar Peter McGoron 2025-09-212-2/+2
|
* add pretty-printerGravatar Peter McGoron 2025-08-054-15/+29
|
* remove inspect-test-info procedure from mutexes so that it can itself lock ↵Gravatar Peter McGoron 2025-08-052-5/+6
| | | | mutexes if desired
* add chibiGravatar Peter McGoron 2025-08-052-1/+8
|
* Support FomentGravatar Peter McGoron 2025-08-054-8/+69
| | | | | | | | Foment had some peculiarities: 1. Parameterize objects are initialized with the objects themselves at some point, which broke the previous code. 2. Foment cannot discard multiple value returns in some scenarios.
* add adjustable value rewriterGravatar Peter McGoron 2025-08-054-23/+132
|
* fix failing skipped testsGravatar Peter McGoron 2025-08-041-5/+9
|
* restructureGravatar Peter McGoron 2025-08-042-80/+103
|
* add conspire, with most meta-tests passedGravatar Peter McGoron 2025-08-034-0/+491