Metadata-Version: 1.0
Name: corejet.robot
Version: 0.5.0
Summary: Robot Framework support for CoreJet
Home-page: https://github.com/datakurre/corejet.robot/
Author: Asko Soukka
Author-email: asko.soukka@iki.fi
License: GPL
Description: Robot Framework support for CoreJet
        ===================================
        
        A work in progress. Has rough edges. Depends on `robotsuite`_.
        
        Is auto-imported by ``corejet.testrunner >= 1.0.1`` just before
        the generation of CoreJet test report (until a better way for
        plugins is discovered).
        Provides IStory-adapter for ``robotsuite``'s *RobotTestCase* to do the magic.
        
        .. _robotsuite: http://github.com/datakurre/robotsuite/
        
        
        Generating test skeletons
        -------------------------
        
        ``corejet.robot`` ships with an XSLT stylesheet for generating test skeletons
        for Python unittest. If you are using buildout, you can install a helper
        script for executing the XSLT-transformation with::
        
            [corejet2robot]
            recipe = zc.recipe.egg
            eggs = corejet.robot
            scripts = corejet2robot
        
        And execute it with::
        
            bin/corejet2robot path/to/corejet.xml
        
        Try ``bin/corejet2robot --help`` for more information.
        
        Changelog
        =========
        
        
        0.5.0 (2012-07-22)
        ------------------
        
        - Fixed to support the latest `robotsuite`_.
        - Fixed to prepend story level steps into scenarios to allo
          `corejet.testrunner <http://pypi.python.org/pypi/corjet.testrunner/>`_
          to count them correctly.
        
        
        0.4.0 (2012-05-31)
        ------------------
        
        - Fixed test id and title metadata to default to empty string instead of None.
        
        
        0.3.0 (2012-05-30)
        ------------------
        
        - Fixed the XSLT and the adapter to use 'Meta: Title' instead to 'Meta: Name'
          to be more coherent with @story-decorator.
        
        
        0.1.0 (2012-05-30)
        ------------------
        
        - Proof of concept.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
