Finish testing module documentation.
This commit is contained in:
parent
01f683b957
commit
4b26c653d9
2 changed files with 50 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue