=====
PyZen
=====

PyZen is a work-a-like to Ruby's ZenTest framework. It will run in the
background and re-run your test suite when a change is detected.

Django
======

Configuration
-------------
Just add ``pyzen`` to your ``INSTALLED_APPS``.

Usage
-----
PyZen adds a new manage.py command ``zen``. To close the tester use
ctrl+c.

