Skip to content

Instantly share code, notes, and snippets.

@j4cksw
Created May 17, 2016 09:43
Show Gist options
  • Select an option

  • Save j4cksw/f397c3504f3d960ae28a95276ceae12e to your computer and use it in GitHub Desktop.

Select an option

Save j4cksw/f397c3504f3d960ae28a95276ceae12e to your computer and use it in GitHub Desktop.
*** Settings ***
Library RequestsLibrary
*** Test cases ***
Response From User Resource Should Be OK
Create Session app http://localhost:8882
${resp}= Get Request app /users
Should Be Equal As Strings ${resp.status_code} 200 Status code should be 200 but got ${resp.status_code}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment