Metadata-Version: 1.1
Name: pylatest
Version: 0.1.3
Summary: Testcase description management tools.
Home-page: http://gitlab.com/mbukatov/pylatest/
Author: Martin Bukatovič
Author-email: mbukatov@redhat.com
License: GPLv3
Description: Pylatest project consists of set of Docutils/Sphinx extensions and related
        tools which allows you to:
        
        * Write a description of a test case using reStructuredText syntax.
        * Maintain test case description as Sphinx project.
        * Include this description into a python source code directly, where it can
          be split into individual sections or actions to be performed, so that the
          description and test automation code are stored next to each other.
        
        The reason behind this is to make synchronization between automatic test cases
        and test case description documents simple while keeping the maintenance cost
        low in the long term.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Utilities
Classifier: Topic :: Text Processing :: Markup
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
