Ned Batchelder wrote: > I've also tried Jason's nose-django plugin, and it uses > management.install(app) to create the test database. This doesn't fire > a signal I can hook, so I wasn't able to create my initial data.
Now that syncdb can be run non-interactively, I can switch the plugin over to calling that instead. It will take some time, however, because I need to figure out how to do that and use the new create/drop test db functions from djagnoo.test.utils when they are available without breaking the plugin for people who aren't tracking svn trunk. I should also mention that the plugin's home is now on Google code: http://code.google.com/p/nose-django/ JP --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---