Metadata-Version: 2.1
Name: b2btest
Version: 1.3
Summary: Light framework to setup back-to-back test scripts
Home-page: https://github.com/vokimon/back2back
Author: David Garcia Garzon
Author-email: voki@canvoki.net
License: GNU General Public License v3 or later (GPLv3+)
Description: This software is helpfull to prepare and manage a set
        of back2back test scripts over any piece of software
        that can be called and controlled by command line and
        produces output files that can be compared against
        some other reference files.
        
        You can define the tests in a simple Python script,
        and the framework will help you initializing the
        reference data, spotting differences with results,
        and managing the aceptance of new references.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Provides-Extra: audio
Provides-Extra: xml
