Skip to main content

No project description provided

Project description

https://travis-ci.org/tipsi/pytest-tipsi-django.svg?branch=master https://img.shields.io/pypi/v/pytest-tipsi-django.svg

Installation

$ pip install pytest-tipsi-django

Features

  • Default django test settings

    • if you run pytest after install pytest-tipsi-django, Configuration already has django settings.CACHE[‘default’]

    • of course if you has Custom django settings, this settings to below are ignored.

DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
BROKER_BACKEND = 'memory'
CACHES = {
    'default': {
        'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
        'TIMEOUT': 60 * 15
    }
}

License

pytest-tipsi-django is distributed under the terms of the MIT License.

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

pytest-tipsi-django-2.3.1.tar.gz (11.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