django-nose2 0.1.1

django-nose2 is a test runner app for Django 1.2 or better that runs tests with nose2.UsageIn your settings module, set:TEST_RUNNER=djnose2.TestRunnerThen manage.py test will run nose2's test runner.NotesPut command-line arguments for the test runner...