Metadata-Version: 1.0
Name: nose-congestion
Version: 0.0.1
Summary: Find slow test setUp/tearDown
Home-page: http://github.com/acdha/nose-congestion
Author: Chris Adams
Author-email: chris@improbable.org
License: UNKNOWN
Description: ===============
        nose-congestion
        ===============
        
        Nose can report test execution time in its various output formats but it doesn't include the `setUp`
        or `tearDown` time, which can be substantial.
        
        Usage
        -----
        
        1. ``pip install nose-congestion``
        2. ``nosetests --with-congestion``
        
        Output
        ------
        
        After all of the tests complete, a simple table will be printed::
        
            Location                                       Total    setUp tearDown
            ----------------------------------------------------------------------
            module.tests.FastTests                         7.187    1.659    0.000
            module.tests.SlowTests                         0.047    0.002    0.000
        
Platform: UNKNOWN
