UNKNOWN
Project description
Test helpers, mostly geared around the database. Tested on Django 1.2.
Install
pip install django-test-helpers
Usage
Create a temporary database:
from testhelpers.dbmanager import TemporaryDatabase with TemporaryDatabase(fixtures=['myfixture.json'], db_prefix='test'): # do some stuff pass
Run some commands in transactional isolation:
from testhelpers.dbmanager import Transactionless with Transactionless(fixtures=['myfixture.json']): # do some stuff pass
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
File details
Details for the file django-test-helpers-0.1.0.tar.gz
.
File metadata
- Download URL: django-test-helpers-0.1.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58f5a2b5c02ee3fddeec5c2f3269c65b659cff2c69ef75ab12c8ae127a2aecd0 |
|
MD5 | b0155cf085a4a18b0a77fcd7d9056174 |
|
BLAKE2b-256 | 0a9352da9ba612ba8247c79a64cf28ba19a468afdd5ac89e9343d5685d33b1ba |