Russell Keith-Magee wrote: > On 9/5/06, JP <[EMAIL PROTECTED]> wrote: > > > > > > 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. > > > Glad to see that the new testing pieces are useful to you. If there is > anything we can do that will make integrating nose-django (or any other > external testing system for that matter) easier, let me know.
I think the new testing stuff is great. Broke the heck out of my tests in the multi-db branch, but they're better now for having been broken. :) The only thing I can think of that would ease things for nose users would be to pass to the runner function whatever parts of sys.argv manage.py didn't consume, but I think that would be pretty tough to do with OptionParser, if it's even possible. Now I just need to find some time in between keeping multi-db merged and finishing nose's next release and making money and moving house to bring the nose-django plugin up-to-date to take advantage of the cool new stuff you added. JP --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
