Metadata-Version: 1.1
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
Description: # 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.
        
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
