Metadata-Version: 1.0
Name: nose_scenario
Version: 0.1.3
Summary: test scenario adaptation plugin for nose
Home-page: http://cheeseshop.python.org/pypi/nose_scenario/
Author: Ben Finney
Author-email: ben+python@benfinney.id.au
License: GPL
Description: The 'scenario' plugin for 'nose' enables any test case to be
        transformed into multiple copies of that test, each adapted for a
        specific test scenario.
        
        The plugin will detect scenarios associated with one or more test
        cases. It then generates a number of adapted copies of each test
        case, one for each scenario, with the scenario data exposed to the
        test case via attributes. Each adapted test case will then be run
        separately by 'nose', and will be identified distinctly by the
        scenario used.
        
        'nose' is a testing framework for Python code.
Keywords: nose plugin test unittest scenario adapt
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
