Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 406 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 406 Bytes

sits

simple integration test suite

write your specs

pattern:

# my spec

  $ command
  expected response
# test credentials

  $ api GET / -u foo:bar
  Status: 401
  {
    "documentation_url": "https://developer.github.com/v3",
    "message": "Bad credentials"
  }

dependencies

  • make
  • curl
  • Python with json support
  • cram