Skip to main content

Django fast test command.

Project description

django-fast-test provides a Django Command fast_test.

Features

  • Django fast_test command.

Installation & Usage

  1. Install from code using python setup.py build and then python setup.py install, or using pip install django-fast-test.

  2. Add 'django_fast_storage' to your INSTALLED_APPS setting.

  3. Run the command by: python manage.py fast_test.

How it works

The fast_test command runs very fast, because it does not create TEST DB and does not run migrations. Directly, it uses the developing db or product db, and the result of operations onto db is really durably committed. So, CAUTIOUSLY use this command.

Support and announcements

Downloads and bug tracking can be found at the main project website.

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-fast-test-0.3.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

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