Created
May 18, 2018 13:13
-
-
Save adamkewley/c6ddd0fd790c1ad594fccee18c1a0531 to your computer and use it in GitHub Desktop.
Tests file used by internal jobson test framework
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
--- | |
tests: | |
should_work: | |
inputs: | |
somestring: someval | |
somelist: | |
- val1 | |
expectations: | |
isAccepted: true | |
finalStatus: finished | |
shouldnt_work: | |
inputs: [] | |
expectations: | |
isAccepted: false | |
should_work_because_of_defaulting: | |
inputs: | |
somestring: someval | |
expectations: | |
isAccepted: true | |
finalStatus: finished |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment