trivial/test
2016-03-09 23:48:03 -05:00
..
db-fail.rkt [db] fail tests, things are looking ok 2016-03-09 23:48:03 -05:00
db-pass.rkt [db] fail tests, things are looking ok 2016-03-09 23:48:03 -05:00
format-fail.rkt [test] convert to new-style failure tests 2016-03-04 18:32:58 -05:00
format-pass.rkt ** update inline comments 2015-12-14 02:36:53 -05:00
function-fail.rkt [test] convert to new-style failure tests 2016-03-04 18:32:58 -05:00
function-pass.rkt [function] positive tests for curry 2016-03-04 18:17:09 -05:00
math-fail.rkt [math] cleaner 2016-03-09 00:55:31 -05:00
math-pass.rkt [math] cleaner 2016-03-09 00:55:31 -05:00
README.md ** reorganize test directory 2015-12-13 03:38:35 -05:00
regexp-fail.rkt [test] convert to new-style failure tests 2016-03-04 18:32:58 -05:00
regexp-pass.rkt [regexp] cleaner impl 2016-03-09 11:33:52 -05:00
vector-fail.rkt [test] convert to new-style failure tests 2016-03-04 18:32:58 -05:00
vector-pass.rkt [vector] works for no-colon, too 2016-03-09 03:14:45 -05:00

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 behavior
  • M-fail.rkt : tests that should raise type errors

Run tests for any file with raco test FILE.rkt.