Unit Tests

- Create a framework for testing bash completion.
- Test that aliases are expanded.
- Test that task commands are expanded.
This commit is contained in:
Scott Kostyshak 2012-08-03 02:35:52 -04:00 committed by Paul Beckingham
parent fd731dfd6e
commit 54b2e10da4
3 changed files with 106 additions and 6 deletions

View file

@ -3,6 +3,7 @@
2.2.0 ()
Features
+ Added framework for testing bash autocompletion.
+ New helper command '_aliases' for autocompletion purposes.
+ Stop consider new tasks after quitting a bulk change.
+ Removed deprecated 'fg:' and 'bg:' attributes.