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

b12-archive/sits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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