Mercurial > nosedjango
annotate README.txt @ 9:35178e70f1cd
urls support in testcase objects
author | Victor Ng <victor@monkeybean.ca> |
---|---|
date | Thu, 28 Aug 2008 13:33:58 -0400 |
parents | ff263bdd455e |
children |
rev | line source |
---|---|
0 | 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 |