django-testtools

A helper for writting Django's tests


Keywords
django, testing
License
Other
Install
pip install django-testtools==0.1

Documentation

Installing

$ pip install django-testtools

How to contribute?

1 - Fork it!

2 - Clone your repo.

$ git clone git://github.com/YOUR_ACCOUNT/django-testtools.git

3 - Setup your development environment.

$ cd django_testtools
$ python bootstrap/bootstrap2.7.py

4 - Hack and make pull requests.