Commit Graph

18 Commits

Author SHA1 Message Date
Eli Barzilay
45310eee82 raco test: make -r' and -x' mutually exclusive.
original commit: 02d7f58cc1
2013-04-20 02:04:42 -04:00
Matthew Flatt
4af90112d0 pkg/lib: lock clean-up, and add `path->pkg'
Make the installed-package database lock reentrant, change some
functions to take the lock, and fix the documentation on when a
lock is expected to be taken outside of functions.

original commit: 10e53e3bf4
2013-04-16 08:58:19 -06:00
Matthew Flatt
77833ba35b pkg/lib: clean up names and package-scope parameter
More consistent exported names and parameters that better match the
three scope choices (installation, user, or shared) --- cleaning up
after myself.

original commit: 267ac03279
2013-04-16 08:58:19 -06:00
Jay McCarthy
ab3a963a1b Removing the planet2 name from the code
original commit: 9f337c632a
2013-03-22 07:45:14 -06:00
Jay McCarthy
8bde42b9d5 Adding test logging facility to rackunit and eli-tester, with its own test and docs
original commit: 804791b011
2013-03-21 07:02:50 -06:00
Robby Findler
0deb045dde tweak raco test output, yet again
original commit: 86b1f276eb
2013-02-07 10:16:16 -06:00
Robby Findler
12592019cd change raco test's announcements to say "raco test"
original commit: 7750cf9800
2013-02-07 06:58:11 -06:00
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