Skip to content

dedie/robotframework-restlibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

robotframework-restlibrary

REST Library is a test library for HTTP/REST, primarily designed for Robot Framework.

It enables HTTP dialogues using HTTP verbs, setting request headers and verifying the response headers and body.

It includes (optional) support for parsing the body (currently requiring lxml). Apart from XML support it works with both Python and Jython.

Install

You can install the latest trunk by invoking:

$ sudo easy_install http://robotframework-restlibrary.googlecode.com/svn/trunk#egg=RestLibrary-dev

Or manually by checking out the source code and then do:

$ sudo python setup.py install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages