Skip to main content

Creates a django test database using a postgres template database.

Project description

Build Status

Django template test database is a testing tool for django that provides an alternative to fixtures when tools like FactoryBoy aren’t suitable. The use case is simple: for integration tests that require the test database to be populated with a specific (large) set of test data before they will even run. Loading this test data using fixtures would be very slow. This problem is solved by loading the test data during database creation at the database level and allows us to avoid all of the overhead by loading data through django.

How it works

It uses postgresql database templates to create the test database. Because of this it only works with postgresql, however if you are interested in extending this to support other database backends feel free to do so.

To make this work we need three parts:

  • A custom test runner to customize test db creation

  • Custom test cases to prevent the test database being flushed after each run

  • Decorator that allows existing test cases to run against a template test database.

Documentation

Documentation can be found on readthedocs.org.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-ttdb-0.5.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file django-ttdb-0.5.tar.gz.

File metadata

  • Download URL: django-ttdb-0.5.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-ttdb-0.5.tar.gz
Algorithm Hash digest
SHA256 ff7596aee3cda8feadc02d63bdb6251adf0372e2a3064fbd32dd18c09530368b
MD5 8b3d2494bba29818da915fb013ed6b59
BLAKE2b-256 2b9deefb10e09b9e8cce750d73ae0cd6c741317d21836049dd93cc4adaef5a40

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page