diff --git a/docs/api/scheme/cyclone/test.md b/docs/api/scheme/cyclone/test.md new file mode 100644 index 00000000..3c5152b0 --- /dev/null +++ b/docs/api/scheme/cyclone/test.md @@ -0,0 +1,57 @@ +# 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