aboutsummaryrefslogtreecommitdiff
path: root/src/tests/list.rs
Commit message (Collapse)AuthorAge
* Remove application global Result definitionDaniel Mueller2020-08-31
| | | | | | | In the past we were using an application global custom Result type definition. This makes less sense now that we switched over to using anyhow's Error and Result types. We kept that for the time being, but with this change we remove the type and use anyhow::Result instead.
* Add unit tests for the list commandRobin Krahl2020-01-14