trivial/test
2016-03-01 11:30:06 -05:00
..
format-fail.rkt ** update inline comments 2015-12-14 02:36:53 -05:00
format-pass.rkt ** update inline comments 2015-12-14 02:36:53 -05:00
math-fail.rkt [math] catch division-by-zero statically 2016-03-01 11:30:06 -05:00
math-pass.rkt [math] catch division-by-zero statically 2016-03-01 11:30:06 -05:00
README.md ** reorganize test directory 2015-12-13 03:38:35 -05:00
regexp-fail.rkt [regexp] set! already breaks type, dont need extra transformer I guess 2016-03-01 03:46:53 -05:00
regexp-pass.rkt [regexp] set! already breaks type, dont need extra transformer I guess 2016-03-01 03:46:53 -05:00
vector-pass.rkt [vector] add vector-ref 2016-03-01 10:49:35 -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.