trivial/test
2016-03-14 11:46:38 -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 [private] disallow set-bang in modules using trivial 2016-03-13 00:43:58 -05:00
define-pass.rkt [define] one define/let for all 2016-03-12 21:30:46 -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] check that overriding operators fails 2016-03-12 12:45:45 -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 [private] stop gensym'ming keys 2016-03-13 12:14:30 -04:00
regexp-pass.rkt [regexp] ignore )?, for now 2016-03-14 11:46:38 -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.