Skip to content

ravihuang/robotframework-openstflibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

robotframework-stublibrary is a Robot Framework test library for openstf needs. It uses pyswagger library underneath now.

Env:
pip install wheel twine -i https://pypi.douban.com/simple
dist:
python setup.py sdist bdist_wheel --universal
upload to pypi:
twine upload --config-file c:UsersAdministrator.pypirc dist*

You can install robotframework-openstflibrary via pip:

pip install --upgrade robotframework-openstflibrary

API documentation can be found at https://github.com/ravihuang/robotframework-openstflibrary, here is an example on how to use it:

Setting Value
Library OpenstfLibrary

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

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

# install
git clone https://github.com/peritus/robotframework-openstflibrary.git
cd robotframework-openstflibrary/
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)!

v0.1.0

  • new

Apache License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published