Just as an additional data point, or point of discussion or whatever, I've been working on a plugin for my test runner (nose) that is quite similar in operation to what you've described above. If you want to check it out, you can get nose via easy install: easy_install nose and the plugin here:
svn co http://svn.nose.python-hosting.com/nose-django/trunk/ If you're scratching your head and saying, what's this nose business, take a quick look at the homepage: http://somethingaboutorange.com/mrl/projects/nose/ Or Titus Brown's intro article here: http://ivory.idyll.org/articles/nose-intro.html In summary, it's py.test without the magic, plus support for plugins that can be used to change test selection, running and reporting. 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 -~----------~----~----~----~------~----~------~--~---
