Skip to content

Instantly share code, notes, and snippets.

@j4cksw
Last active May 17, 2016 09:28
Show Gist options
  • Select an option

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

Select an option

Save j4cksw/e2927f2fdbf38e587953b8a9c2962c6d 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment