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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file django-nose2-0.1.1.tar.gz
.
File metadata
- Download URL: django-nose2-0.1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4b116e211a3d05b8ebd725564794b8207775714d514faf8b14de68fb5f452c5 |
|
MD5 | 9c0a3af77a3d3cf54e276a6453d40ce7 |
|
BLAKE2b-256 | 178b0af34d8a79dbda9fc57887326775670d3808196cedcb0d9fb24d7485ea44 |