Metadata-Version: 2.1
Name: robotframework-gaunitlibrary
Version: 0.0.6
Summary: GAUnitLibrary is a Robot Framework library to interface with GAUnit
Home-page: UNKNOWN
Author: Vincent Cabanis
Author-email: touch@cabanis.fr
License: MIT
Description: # Robot Framework GAUnit Library
        
        GAUnitLibrary is a [Robot Framework](http://robotframework.org/) library to interface with [GAUnit](https://pypi.org/project/gaunit/).
        
        ## Installation
        
        - Follow [GAUnit](https://github.com/VinceCabs/ga-unit#installation) installation instructions.
        - Install Library :
        
        ```sh
        pip3 install robotframework-gaunitlibrary  # Linux
        pip install robotframework-gaunitlibrary  # Windows
        ```
        
        ## Run your first tests
        
        ```sh
        robot samples/test_home_engie.robot
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.6
Description-Content-Type: text/markdown
