aboutsummaryrefslogtreecommitdiff
path: root/src/tests/pin.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.
* Move nitrocli source code into repository rootDaniel Mueller2020-04-04
Now that all vendored dependencies have been removed, this change moves the program's source code from the nitrocli/ directory into the root of the repository.