Metadata-Version: 1.0
Name: django-nose2
Version: 0.1
Summary: Test runner for django that runs tests with nose2
Home-page: https://github.com/jpellerin/django-nose2
Author: Jason Pellerin
Author-email: jpellerin+nose@gmail.com
License: UNKNOWN
Description: Django nose2 test runner
        ========================
        
        A test runner for django 1.2 or better that runs tests with nose2.
        
        Usage
        -----
        
        In your settings module, set::
        
          TEST_RUNNER=djnose2.TestRunner
        
        Then ``manage.py test`` will run nose2's test runner.
        
        Notes
        -----
        
        Put command-line arguments for the test runner after '--'. For
        example, to turn on output buffering::
        
          manage.py test -v 2 -- -B
        
        (But really, almost all of the time, you'll want to put your nose2
        configuration in a config file).
        
Platform: UNKNOWN
