Finish testing module documentation.

This commit is contained in:
Dominik Pantůček 2023-03-20 20:48:23 +01:00
parent 01f683b957
commit 4b26c653d9
2 changed files with 50 additions and 1 deletions

View file

@ -27,7 +27,14 @@
(module
testing
(test-eq? test-equal? test-exn test-true test-false run-tests)
(
test-eq?
test-equal?
test-exn
test-true
test-false
run-tests
)
(import scheme
(chicken condition)