Metadata-Version: 1.0
Name: noselisting
Version: 0.1
Summary: Plugin for the nose testing framework to list tests without running them
Home-page: http://pypi.python.org/pypi/noselisting/
Author: John J. Lee
Author-email: jjl@pobox.com
License: BSD
Download-URL: http://pypi.python.org/pypi/noselisting/
Description: Plugin for the nose testing framework to list tests without running them.
        
        Use ``nosetests --list-test-names`` to get a listing.
        
        ``nosetests --list-long-test-names`` gives a listing with long names that can
        be used as arguments to ``nosetests``.
        
Platform: any
