Metadata-Version: 1.0
Name: oodoctest
Version: 0.1.0
Summary: Doctest extractor for OpenOffice.org documents
Home-page: https://gna.org/projects/oodoctest/
Author: Olivier Grisel
Author-email: olivier.grisel@ensta.org
License: GNU GPL v2
Download-URL: http://download.gna.org/oodoctest/
Description: oodoctest extracts and runs code samples found in an OpenOffice.org document to
        test their validity using the standard python doctest machinery. The goal is
        to make it easy to write runnable python documentation with OpenOffice.org.
        
        This script can be both used a command line tool (oodoctest --help) or as the
        provider of the OODocFileTest class to integrate OO documents as part of
        doctest/unittest suite.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing 
