-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Unit Tests for Input Parsing (#433)
* refactor test case declaration * Add tests for setRegistry. Harden setRegistry against nil interface values. * Add first pass of marshalBuild tests * Separate getting args and env into helper functions. Add basic test coverage for both * Refactor Registry tests into suite * clean up test case declaration for registry * Add TestGetCachedImages * Do not set empty maps for Args and Env * Test ExtraOptions * Rename function as per review. Fix linter. * use marshalX to read input to structs
- Loading branch information
1 parent
48ca6e9
commit 8ebdf9c
Showing
2 changed files
with
343 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.