simple integration test suite
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"
}
- make
- curl
- Python with json support
- cram