tests/basic.t @ e8ad76b464c2

Merge.
author Steve Losh <steve@stevelosh.com>
date Tue, 20 Sep 2011 18:45:58 -0400
parents 7cbbec2d86e1
children 6af374f52295
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
  3 - Sample one.
  7 - Sample two.

Finishing tasks:

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