.. | ||
db-fail.rkt | ||
db-pass.rkt | ||
define-fail.rkt | ||
define-pass.rkt | ||
format-fail.rkt | ||
format-pass.rkt | ||
function-fail.rkt | ||
function-pass.rkt | ||
math-fail.rkt | ||
math-pass.rkt | ||
README.md | ||
regexp-fail.rkt | ||
regexp-pass.rkt | ||
vector-fail.rkt | ||
vector-pass.rkt |
test
Root directory for trivial
package test cases.
There should be 2 files for each module M
in the parent directory.
M-pass.rkt
: tests exercising intended behaviorM-fail.rkt
: tests that should raise type errors
Run tests for any file with raco test FILE.rkt
.