Expects plugin for HTTP request and response assertions
Project description
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.