aboutsummaryrefslogtreecommitdiff
path: root/src/tests/list.rs
Commit message (Collapse)AuthorAge
* Introduce builder infrastructure for assembling Nitrocli instanceDaniel Mueller2020-08-24
| | | | | | | In the future we would like to provide more ways for tests to create a Nitrocli instance. In order to prevent explosion of with_XXX methods for each possible combination of arguments, this change introduces a Builder struct that can be used to create such an instance in an idiomatic way.
* Add unit tests for the list commandRobin Krahl2020-01-14