Metadata-Version: 2.1
Name: twotest
Version: 0.9.2
Summary: It takes Two to Django. py.test support for Django
Home-page: http://github.com/iivvoo/two.test
Author: Ivo van der Wijk
Author-email: two@in.m3r.nl
License: BSD
Classifier: Programming Language :: Python
Requires-Dist: setuptools
Requires-Dist: pytest

Twotest
=======

This package is part of the "two.*" toolkit ("It takes two to Django").
It provides py.test testing support for Django, including fixture setup,
travis-ci support, etc.

Simply install it in your virtualenv, add "twotest" to your INSTALLED_APPS
and use the "ptest" command to run your tests.
