🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

django-nose2

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-nose2

Test runner for django that runs tests with nose2

0.1.1
PyPI
Maintainers
1

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).

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts