mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 21:59:16 +02:00
83 lines
1.6 KiB
Markdown
83 lines
1.6 KiB
Markdown
# Test Library
|
|
|
|
The `(scheme cyclone test)` library contains a testing framework ported from `(chibi test)` which in turn was ported from CHICKEN.
|
|
|
|
- [`warning`](#warning)
|
|
- [`test-group-inc!`](#test-group-inc)
|
|
- [`print-exception`](#print-exception)
|
|
- [`test`](#test)
|
|
- [`test-equal`](#test-equal)
|
|
- [`test-error`](#test-error)
|
|
- [`test-assert`](#test-assert)
|
|
- [`test-not`](#test-not)
|
|
- [`test-values`](#test-values)
|
|
- [`test-group`](#test-group)
|
|
- [`current-test-group`](#current-test-group)
|
|
- [`test-begin`](#test-begin)
|
|
- [`test-end`](#test-end)
|
|
- [`test-syntax-error`](#test-syntax-error)
|
|
- [`test-propagate-info`](#test-propagate-info)
|
|
- [`test-vars`](#test-vars)
|
|
- [`test-run`](#test-run)
|
|
- [`test-exit`](#test-exit)
|
|
- [`current-test-verbosity`](#current-test-verbosity)
|
|
- [`current-test-applier`](#current-test-applier)
|
|
- [`current-test-handler`](#current-test-handler)
|
|
- [`current-test-skipper`](#current-test-skipper)
|
|
- [`current-test-group-reporter`](#current-test-group-reporter)
|
|
- [`test-failure-count`](#test-failure-count)
|
|
- [`current-test-epsilon`](#current-test-epsilon)
|
|
- [`current-test-comparator`](#current-test-comparator)
|
|
|
|
# warning
|
|
|
|
# test-group-inc!
|
|
|
|
# print-exception
|
|
|
|
# test
|
|
|
|
# test-equal
|
|
|
|
# test-error
|
|
|
|
# test-assert
|
|
|
|
# test-not
|
|
|
|
# test-values
|
|
|
|
# test-group
|
|
|
|
# current-test-group
|
|
|
|
# test-begin
|
|
|
|
# test-end
|
|
|
|
# test-syntax-error
|
|
|
|
# test-propagate-info
|
|
|
|
# test-vars
|
|
|
|
# test-run
|
|
|
|
# test-exit
|
|
|
|
# current-test-verbosity
|
|
|
|
# current-test-applier
|
|
|
|
# current-test-handler
|
|
|
|
# current-test-skipper
|
|
|
|
# current-test-group-reporter
|
|
|
|
# test-failure-count
|
|
|
|
# current-test-epsilon
|
|
|
|
# current-test-comparator
|
|
|