Skip to main content

Test runner for django that runs tests with nose2

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-nose2-0.1.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page