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
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
File details
Details for the file django-smoke-admin-0.1.2.tar.gz.
File metadata
- Download URL: django-smoke-admin-0.1.2.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
985a2026326de5cfcdfd76223af1648f147fec5d1af63880627e2f52339ac332
|
|
| MD5 |
13dbe4bf5190decb0e39cad696ec04ae
|
|
| BLAKE2b-256 |
cb0fdb63ddb86998cc926b6c389bd9790f61f66d8b2557653bdf716b74426a1c
|