akaihola / nose-django

This is a plugin for nosetests to run unit tests against Django. It's been tested against Django 1.0b1 and nose 0.10. This repository is a branch off of http://www.assembla.com/wiki/show/cvoCb8Dqqr3yW...

Clone this repository (size: 28.4 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/akaihola/nose-django/

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
nose-django /
filename size last modified message
examples  
nosedjango  
.hgignore 83 B 19 months ago ignore .coverage files
AUTHORS 39 B 19 months ago initial checkin
Makefile 121 B 19 months ago initial checkin
README.txt 434 B 19 months ago initial checkin
setup.cfg 59 B 19 months ago initial checkin
setup.py 788 B 19 months ago excercise more bits of the django 1.0b1 test framework

README

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>