Metadata-Version: 1.1
Name: openmairie.robotframework
Version: 4.8.10003
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
        ----------------------
        
        - https://openmairie.github.io/openmairie.robotframework/
        
        
        
        Changelog
        =========
        
        4.8.10003 (2018-04-26)
        ----------------------
        
        - Add keywords 'Depuis le listing des états', 'Depuis le listing des lettres-types',
          'Depuis le listing des paramètres', 'Depuis le listing des utilisateurs'.
          [flohcim]
        
        - Add documentation.
          [flohcim]
        
        
        4.8.10002 (2018-04-25)
        ----------------------
        
        - Add keyword 'Depuis le listing des collectivitÃ©s'.
          [flohcim]
        
        - Add documentation.
          [flohcim]
        
        
        4.8.10001 (2018-04-18)
        ----------------------
        
        - Remove Warning "Using 'Get Element Attribute' without explicit attribute is deprecated.".
          [flohcim]
        
        
        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)
