Home | Trees | Indices | Help |
---|
|
object --+ | django.test.simple.DjangoTestSuiteRunner --+ | CouchDbKitTestSuiteRunner
A test suite runner for couchdbkit. This offers the exact same functionality as the default django test suite runner, except that it connects all the couchdbkit django-extended models to a test database. The test database is deleted at the end of the tests. To use this, just add this file to your project and the following line to your settings.py file:
TEST_RUNNER = 'myproject.testrunner.CouchDbKitTestSuiteRunner'
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
dbs =
|
|
|||
Inherited from |
|
|
Destroys all the non-mirror databases.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri May 4 11:48:40 2012 | http://epydoc.sourceforge.net |