Metadata-Version: 1.1
Name: openmairie.robotframework
Version: 4.7.10001
Summary: RobotFramework Library for functional testing openMairie Framework based apps
Home-page: https://github.com/openmairie/openmairie.robotframework/
Author: openMairie
Author-email: contact@openmairie.org
License: GPL
Description-Content-Type: UNKNOWN
Description: openmairie.robotframework
        =========================
        
        RobotFramework Library for functional testing openMairie Framework based apps
        
        .. image:: https://img.shields.io/pypi/v/openmairie.robotframework.svg
            :target: https://pypi.python.org/pypi/openmairie.robotframework/
            :alt: Latest PyPI version
        
        .. contents::
        
        Introduction
        ------------
        
        openmairie.robotframework is a  `RobotFramework <http://robotframework.org/>`_
        library who provide keywords to `openMairie Framework <http://www.openmairie.org/framework/>`_
        based projects.
        
        
        Installation
        ------------
        
        You just need `pip <https://pip.pypa.io>`_ ::
        
            pip install openmairie.robotframework
        
        
        Due to the history of this package all the keywords are declared in .robot
        files. So you need to call the Reload Library in each Suite Setup. ::
        
            *** Settings ***
            Library  openmairie.robotframework.Library
        
            *** Keywords ***
            For Suite Setup
                Reload Library  openmairie.robotframework.Library
        
        
        Keywords Documentation
        ----------------------
        
        - ...
        
        
        
        Changelog
        =========
        
        4.7.10001 (2017-11-23)
        ----------------------
        
        - Initial release as a python package.
          [cerini_j, flohcim, fmichon, jcerini, jymadier, KBurles, mbroquet, nhaye,
          NHaye, nmeucci, oc1n, softime, stimezouaght, tiazma, vpihour]
        
        
        
        Contributors
        ============
        
        * Florent Michon <flohcim@gmail.com> [flohcim][fmichon]
        * Jean-Yves Madier de Champvermeil <> [jymadier]
        * Jérémy Cérini <> [cerini_j][jcerini]
        * Kevin Burles <> [KBurles]
        * Matthias Broquet <mbroquet@atreal.fr> [mbroquet][tiazma]
        * Nicolas Haye <> [nhaye][NHaye]
        * Nicolas Meucci <> [nmeucci][oc1n]
        * Sofien Timezouaght <> [softime][stimezouaght]
        * Virginie Pihour <> [vpihour]
        
        
Keywords: openMairie RobotFramework
Platform: any
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
