summaryrefslogtreecommitdiff
path: root/cmd/kpod/create_cli_test.go
Commit message (Collapse)AuthorAge
* util_test.go: Unittests for util.gobaude2017-11-03
| | | | | | Add unit tests for func StringInSlice. Signed-off-by: baude <bbaude@redhat.com>
* create_cli_test.go: Unittestsbaude2017-11-03
Create unittests for the create_cli helper functions. As such, remove cli context usage from the functions to further divide between cli input and parsing. Also, simplifies unit testing. Signed-off-by: baude <bbaude@redhat.com>