aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/app_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add test function TestAddEmptyTodoQuey-Liang Kao2017-08-291-0/+12
|
* Refactor GetID to only return an ID, and not a ID and TodoStuart Skelton2017-08-121-0/+11
|
* Allow for ranged ids in some commandsStuart Skelton2017-08-121-0/+18
|
* Wrote a test to check 'l by [cp]' filters correctlyStuart Skelton2017-08-111-0/+65
|
* Fix #64, parsing a todo with europe date formatGrant Ammons2017-06-121-0/+45
* the `hasDue` function was not running, and therefore it was not parsing the due date. * Also added the beginnings of a more holistic test approach, using `app_test.go`.