tests/basic.t @ 7cbbec2d86e1 v1.2.0

Sort tasks by ID in the output.
author Steve Losh <steve@dwaiter.com>
date Sun, 03 Oct 2010 18:55:33 -0400
parents a882490073a1
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