bovine
bovine copied to clipboard
Add basic unit test coverage
Re-visiting this issue: bovine would mainly benefit from integration tests with a live Docker daemon over unit tests since it mainly communicates with the Docker socket and then exits (command dependent). Unit tests may only be able to cover basic functions as a result. This issue might be closed in favor of adding validation tests in the future.