comparison README.txt @ 0:ff263bdd455e

initial checkin
author Victor Ng <victor@monkeybean.ca>
date Thu, 28 Aug 2008 09:44:43 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ff263bdd455e
1 Nose django helper plugin
2 =========================
3
4 nosetests -v --with-django --with-doctest --doctest-tests
5
6 This is a rewrite of Jason Pellerin's original nose-django plugin.
7
8 This plugin will work with Django trunk (0.97-pre SVN revision 6669)
9
10 Features:
11
12 * automatic settings.py detection in current or parent directory
13 * fixture support
14 * database setup/teardown
15
16 Contact:
17 Victor Ng <crankycoder@gmail.com>
18