tests/filehandling.t @ 2d2bbd81ed58

Added remove task functionality.
author chanux <chanuka@thinkcube.net>
date Fri, 09 Sep 2011 14:13:59 +0530
parents a882490073a1
children 831123b0359f
Setup:

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

Add a task file:

  $ ls -a
  .
  ..
  $ xt
  $ ls -a
  .
  ..
  $ xt Sample.
  $ ls -a
  .
  ..
  .test.done
  test

Finish a task without deleting:

  $ xt -f a
  $ ls -a
  .
  ..
  .test.done
  test

Finish a task with deleting:

  $ xt Another.
  $ xt --delete-if-empty -f c
  $ ls -a
  .
  ..
  .test.done