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.tar.gz
(2.3 kB
view details)
File details
Details for the file django-nose2-0.1.tar.gz.
File metadata
- Download URL: django-nose2-0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1ac5157ca030834c0c8c4b8e3b8f25ec3867711da67faafb0bce23de3605ccc
|
|
| MD5 |
c6b1409e6a05769957512ec68696be2d
|
|
| BLAKE2b-256 |
3c955fd0854f92ab2dd17d32a095327c0656f83c52b53c95c97c5152407e75c1
|