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.

Supported by

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