Code snippets which help writing automated tests for Django.
Project description
Goal
Provide code snippets which help running tests in Django.
Installation
Install requirements:
pip install mock
Install Kido Test:
pip install django-kidotest
or current development version:
pip install hg+https:://bitbucket.org/kidosoft/django-kidotest
Configuration
INSTALLED_APPS = [
...
'kidotest',
...
]
Usage
Supported Django versions
Tested with:
Django 1.2.7 on python2.7
Django 1.3.7 on python2.7
Django 1.4.16 on python2.7
Django 1.5.11 on python2.7, python3.4
Django 1.6.8 on python2.7, python3.4
Django 1.7.1 on python2.7, python3.4
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
django-kidotest-1.1.tar.gz
(7.3 kB
view details)
Built Distribution
File details
Details for the file django-kidotest-1.1.tar.gz
.
File metadata
- Download URL: django-kidotest-1.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28b5e20eb0dcc43843b46ca4957ec2d28ceb9ecd217f5e399fb87d5f678c56f7 |
|
MD5 | 5a4659c8c479a3224f34f68bb72aa984 |
|
BLAKE2b-256 | ad38e930cd6b06de34230e4db78c707a578c910cd7505042e6cda5df3c9f49ae |
File details
Details for the file django_kidotest-1.1-py2-none-any.whl
.
File metadata
- Download URL: django_kidotest-1.1-py2-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f312138bb52d81fb31a9b257ae6dd6d72e4a89a6eaaa017d5db1f2e46b428d6d |
|
MD5 | 426c4b9a894cd477ea8ae1c1197316ae |
|
BLAKE2b-256 | 927ea3599b6a96e7ca9d38e5fdf64a5b8b357c98ee587575bdbea9118a413815 |