Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.
/ sits Public archive

simple integration test suite

License

Notifications You must be signed in to change notification settings

b12-archive/sits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dedde8d · Apr 26, 2016

History

8 Commits
Apr 26, 2016
Apr 26, 2016
Apr 26, 2016
Apr 26, 2016
Apr 26, 2016
Apr 26, 2016

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