tests/basic.t @ 2693d5c857a5 v1.1.0

Remove extra padding in task files to aid in merging.
author Steve Losh <steve@dwaiter.com>
date Sun, 03 Oct 2010 18:47:03 -0400
parents a882490073a1
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