tests/filehandling.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 | 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