Metadata-Version: 1.1
Name: nosepipe
Version: 0.3
Summary: Plugin for the nose testing framework for running tests in a subprocess
Home-page: http://github.com/dmccombs/nosepipe/
Author: John J. Lee, Dan McCombs
Author-email: dmccombs@dyn.com
License: BSD
Download-URL: http://pypi.python.org/pypi/nosepipe/
Description: Plugin for the nose testing framework for running tests in a subprocess.
        
        Use ``nosetests --with-process-isolation`` to enable the plugin.  When enabled,
        each test is run in a separate process.
        
        Supports Python 2 and 3.
        
Platform: any
