trivial/test
2015-12-14 02:36:53 -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 ** update inline comments 2015-12-14 02:36:53 -05:00
math-pass.rkt ** update inline comments 2015-12-14 02:36:53 -05:00
README.md ** reorganize test directory 2015-12-13 03:38:35 -05:00
regexp-fail.rkt ** update inline comments 2015-12-14 02:36:53 -05:00
regexp-pass.rkt ** update inline comments 2015-12-14 02:36:53 -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.