Hi there, I'm pleased to announce new version of Django testing plugin for nose: nosedjango version 0.8.1.
With this plugin you can write standard Nose unit tests for a Django application. The plugin takes care of finding your applications settings.py file and creating/tearing down test database. It also has support for fixtures and it has experimental mechanism that wraps the tests in transactions to speed up testing. This plugin works with Django versions 1.0 or newer, though multi-db testing is supported only when using django.test.TestCase. The plugin is available in PyPI: http://pypi.python.org/pypi/NoseDjango/0.8.1 For those using Ubuntu, I've made packages available for 10.04 (Lucid Lynx) in my PPA: https://launchpad.net/~jyrki-pulliainen/+archive/ppa Source and issue tracker are available in Github: http://github.com/inoi/nosedjango Cheers, Jyrki -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

