Skip to content

Custom django testrunner that eliminates test database creation when running tests

License

Notifications You must be signed in to change notification settings

weeksghost/dj-nodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dj-nodb

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'

About

Custom django testrunner that eliminates test database creation when running tests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages