view README.txt @ 0:ff263bdd455e

initial checkin
author Victor Ng <victor@monkeybean.ca>
date Thu, 28 Aug 2008 09:44:43 -0400
parents
children
line wrap: on
line source

Nose django helper plugin
=========================

nosetests -v --with-django --with-doctest --doctest-tests 

This is a rewrite of Jason Pellerin's original nose-django plugin.

This plugin will work with Django trunk (0.97-pre SVN revision 6669)

Features:

    * automatic settings.py detection in current or parent directory
    * fixture support
    * database setup/teardown

Contact: 
    Victor Ng <crankycoder@gmail.com>