Skip to content

Instantly share code, notes, and snippets.

@adamkewley
Created May 18, 2018 13:13
Show Gist options
  • Save adamkewley/c6ddd0fd790c1ad594fccee18c1a0531 to your computer and use it in GitHub Desktop.
Save adamkewley/c6ddd0fd790c1ad594fccee18c1a0531 to your computer and use it in GitHub Desktop.
Tests file used by internal jobson test framework
---
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