Guest User

Untitled

a guest
May 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ---
  2. tests:
  3. should_work:
  4. inputs:
  5. somestring: someval
  6. somelist:
  7. - val1
  8.  
  9. expectations:
  10. isAccepted: true
  11. finalStatus: finished
  12.  
  13. shouldnt_work:
  14. inputs: []
  15.  
  16. expectations:
  17. isAccepted: false
  18.  
  19. should_work_because_of_defaulting:
  20. inputs:
  21. somestring: someval
  22.  
  23. expectations:
  24. isAccepted: true
  25. finalStatus: finished
Add Comment
Please, Sign In to add comment