aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/app_test.go
Commit message (Collapse)AuthorAgeFilesLines
* 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`.