tests/basic.t @ a882490073a1 semver v1.0.0

Add some Cram tests.
author Steve Losh <steve@dwaiter.com>
date Sun, 03 Oct 2010 18:43:47 -0400
parents (none)
children 7cbbec2d86e1
Setup:

  $ alias xt="python $TESTDIR/../t.py --task-dir `pwd` --list test"

Adding tasks:

  $ xt
  $ xt Sample one.
  $ xt
  3 - Sample one.
  $ xt Sample two.
  $ xt
  7 - Sample two.
  3 - Sample one.

Finishing tasks:

  $ xt -f 3
  $ xt
  7 - Sample two.
  $ xt -f 7
  $ xt