robotframework-stublibrary

Stub utility library for Robot Framework


Keywords
robotframework, testing, testautomation, Stub, Http, REST
License
Apache-2.0
Install
pip install robotframework-stublibrary==0.1.4

Documentation

robotframework-stublibrary

https://secure.travis-ci.org/ravihuang/robotframework-stublibrary.png?branch=master

Introduction

robotframework-stublibrary is a Robot Framework test library for all your HTTP needs. It uses: webtest gevent falcon py_fake_server library underneath now.

Installation

You can install robotframework-stublibrary via pip:

pip install --upgrade robotframework-stublibrary

Usage

here is an example on how to use it: https://github.com/ravihuang/robotframework-stublibrary/blob/master/tests/tests.txt,

Setting Value
Library StubLibrary

Compatibility

This library is only tested on CPython. It might work on Jython, not sure.

Development

If you want to hack on this library itself, this should get you started:

# install
git clone https://github.com/peritus/robotframework-stublibrary.git
cd robotframework-stublibrary/
python setup.py install

# run tests
pybot tests/

I'm very happy about patches, pull-requests and API-discussions (as this is mostly a wrapper supposed to have a nice API)!

Changelog

v0.1.4

  • new

License

Apache License