requests-expects

Expects plugin for HTTP request and response assertions


License
Apache-2.0
Install
pip install requests-expects==0.1.0

Documentation

Requests Expects

https://secure.travis-ci.org/jaimegildesagredo/requests-expects.png?branch=master

Requests-expects is an Expects plugin for HTTP request and response assertions.

Installation

You can install the last stable release of Requests-expects from PyPI using pip or easy_install.

$ pip install requests-expects

Also you can install the latest sources from Github.

$ pip install -e git+git://github.com/jaimegildesagredo/requests-expects.git#egg=requests-expects

Tests

To run the test suite you should install the development requirements and then run nosetests.

$ pip install -r requirements-devel.txt
$ nosetests

License

The Requests-expects plugin is released under the Apache2 license.