custom django testrunner
Project description
Custom django testrunner that eliminates test database creation when running tests.
Installation
pip install djnodb
This will place the custom testrunner (runner.py) at the root of your project. Alternatively you can move it to any part of your application you desire.
Usage (default)
Override django’s default testrunner by adding the following to your settings
TEST_RUNNER = 'djnodb.runner.NoDbTestRunner'
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
djnodb-0.0.4.tar.gz
(1.8 kB
view details)
File details
Details for the file djnodb-0.0.4.tar.gz
.
File metadata
- Download URL: djnodb-0.0.4.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1453a43bdd99bc35875a09a689e49bc55cca1940db95912c89a429803bd1dfb |
|
MD5 | 2e0359963bbffe817d59cff58fa88875 |
|
BLAKE2b-256 | fc9dc2d986637d06fa483aee10c83b20c4204954411425ef3efb25941cc18761 |