Configure an in-memory database for running Django tests
Project description
Use a pure in-memory database for running Django tests.
Usage
In settings.py:
from fast_test_database import fast_test_database
DATABASES = fast_test_database(DATABASES)
# Or:
DATABASES = fast_test_database(DATABASES,
test_commands=('test', 'harvest'))
# Or:
DATABASES = fast_test_database(DATABASES,
version='5.7')
This will be a no-op except for ./manage.py test, when an in-memory database will be automatically started and supplied to the application.
Details
The in-memory database is a full PostgreSQL or MySQL instance started using Docker, using tmpfs for storing the data. A single container will be started if not yet running. It will not be shut down automatically, and instead reused for subsequent tests.
The type of the database (PostgreSQL or MySQL) is chosen based on the existing default database engine.
The default version of the database (PostgreSQL or MySQL) is latest. But it can be specified by version parameter.
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
Built Distribution
File details
Details for the file fast_test_database-0.2.10.tar.gz
.
File metadata
- Download URL: fast_test_database-0.2.10.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6e55026442fb145c6d0f0eba04f199725a92778831986c0665fde384b73fc31 |
|
MD5 | 6d0e6f3835569325cda06f483315e02d |
|
BLAKE2b-256 | e7c68a29f1f409573b24905e87f03ae02ccef6a2be83722b55eb147b4c488cf1 |
File details
Details for the file fast_test_database-0.2.10-py3-none-any.whl
.
File metadata
- Download URL: fast_test_database-0.2.10-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d16623fe34b0d276ae6b6cc84cb58715ef0d73ed2634e1a7f756925bb4056d67 |
|
MD5 | 92be03bfa58b1f5eb2bcbddf0271c832 |
|
BLAKE2b-256 | 0d80aae66bf9e980bf8c35f3dec59f23c02ebb261314462d45c566ba92931474 |