Metadata-Version: 2.0
Name: robottestlink
Version: 0.1.1
Summary: UNKNOWN
Home-page: https://github.com/Brian-Williams/robotframework-testlink
Author: Brian Williams
Author-email: briancmwilliams@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: robotframework
Requires-Dist: testlink-api (>=0.7.10)
Provides-Extra: test
Requires-Dist: flake8; extra == 'test'
Requires-Dist: pytest (>=2.9.0); extra == 'test'

# Robottestlink listener
This is an alternative to robotframework testlink libraries.

It instead uses a listener, which can gather the test information from
robot and then can either update testcases with the information it
found or alternatively try to idempotently create the inputs and
then send.

I would suggets looking at the [example](examples/robot_testlink.robot) to
see how an organization might use the listener.


