racket/collects/tests/planet2/tests-basic.rkt
Jay McCarthy fae660b0e4 Release Planet 2 (beta)
This was developed in a different repository, so the history will be
archived there:

https://github.com/jeapostrophe/galaxy
2012-11-08 06:16:42 -07:00

26 lines
565 B
Racket

#lang racket/base
(require rackunit
racket/system
unstable/debug
racket/match
(for-syntax racket/base
syntax/parse)
racket/file
racket/runtime-path
racket/path
racket/list
planet2/util
"shelly.rkt"
"util.rkt")
(pkg-tests
(shelly-case
"Each command has an associated help"
$ "raco pkg -h"
$ "raco pkg install -h"
$ "raco pkg update -h"
$ "raco pkg remove -h"
$ "raco pkg show -h"
$ "raco pkg create -h"
$ "raco pkg config -h"))