trivial/test
2016-07-07 13:38:24 -04: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
define-fail.rkt [test] more function/curry tests 2016-03-19 23:43:50 -04:00
define-pass.rkt [private] fix stop-list bug for define 2016-06-27 16:00:01 -04:00
format-fail.rkt [format] add define form 2016-03-20 00:26:47 -04:00
format-pass.rkt ** update inline comments 2015-12-14 02:36:53 -05:00
function-fail.rkt [test] redirect function=fail output, to hide it 2016-03-19 23:38:07 -04:00
function-pass.rkt [test] more function/curry tests 2016-03-19 23:43:50 -04:00
list-fail.rkt [list] docs, and hide map: for now 2016-05-02 22:40:44 -04:00
list-pass.rkt [list] docs, and hide map: for now 2016-05-02 22:40:44 -04:00
math-fail.rkt [math] add quotient 2016-06-27 16:00:01 -04:00
math-pass.rkt [math] add quotient 2016-06-27 16:00:01 -04:00
README.md ** reorganize test directory 2015-12-13 03:38:35 -05:00
regexp-fail.rkt [regexp] stop using cast 2016-06-27 16:00:02 -04:00
regexp-pass.rkt [test] new regexp test 2016-07-07 13:38:24 -04:00
vector-fail.rkt [test] convert to new-style failure tests 2016-03-04 18:32:58 -05:00
vector-pass.rkt [private] stop gensym'ming keys 2016-03-13 12:14:30 -04: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.