Commit Graph

11 Commits

Author SHA1 Message Date
Matthew Flatt
cde0a28779 make raco test' more like racket'
Instad of `(dynamic-require .. #f)', use `(dynamic-require .. 0)', which
has the effect of making compile-time code "available" (see docs) in
case the loaded module uses `eval' on syntax objects that refer to
non-kernel syntax.

original commit: 0aaf6b8086
2013-02-06 18:09:03 +01:00
Robby Findler
55edebebbd adjust raco test so it test the command-line
arguments to the empty vector before running anything

original commit: 2b7c6e32a9
2013-02-04 20:38:34 -06:00
Robby Findler
80dd8d58f7 change printouts from raco test to be slightly more informative
original commit: 44e91ea961
2013-02-03 15:31:40 -06:00
Robby Findler
81b3b34895 adjust raco test so that it accepts multiple -s arguments on the command-line
This is, afaict, a completely backwards compatible way to add this
functionality in the sense that any of the non-error command-line
arguments passed to raco test before still do precisely the same
things

original commit: 9fd4698be9
2013-02-03 13:14:55 -06:00
Jay McCarthy
c13876971b Working with links in collection testing
original commit: 3312a8064d
2013-01-10 10:45:54 -07:00
Jay McCarthy
22acfa3cba test - Supporting packages in raco test
original commit: 9015c15eec
2013-01-09 08:12:56 -07:00
Jay McCarthy
ea00418cfe Extending raco test to work on collections
original commit: 3e0fff7dff
2013-01-09 07:59:47 -07:00
Matthew Flatt
5868d51521 make --run-if-absent' the default mode for raco test'
This convention makes it easier to deal with a set
of ".rkt" files that implement tests, while a `test'
module implements a `main'-like split for some of the
files.

original commit: 63a4414863
2012-03-29 14:55:14 -06:00
Matthew Flatt
32da9b50bb doc corrections and improvements related to submodules
In particular, add `module+' to the Guide.

original commit: 876bc6f02b
2012-03-22 15:12:55 -06:00
Jay McCarthy
98fa97ae26 racket/slice, expand raco test, remove begin-for-testing
original commit: f8325776cf
2012-03-09 19:51:42 -07:00
Jay McCarthy
9741ae6d98 Adding module**, when-testing, and raco test
original commit: b73444a0f3
2012-03-09 15:54:18 -07:00