Skip to main content

django-smoke-admin tests that all admin pages for all registered models responds correctly (HTTP 200).

Project description

django-smoke-admin tests that all admin pages for all registered models responds correctly (HTTP 200).

It uses django-dynamic-fixture for creating fixtures for models.

Installation

First, install django-smoke-admin using pip:

pip install django-smoke-admin

Next, add it to apps in your settings file:

INSTALLED_APPS = (
    ...
    'django-smoke-admin',
)

Usage

After installation, you can run tests as usual and admin tests will be added to your test set.

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-smoke-admin-0.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

django-smoke-admin-0.1.linux-x86_64.exe (64.1 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