On Dec 9, 4:52 pm, Russell Keith-Magee <freakboy3...@gmail.com> wrote:
> If you want to use an XML test runner instead of the default > Text-based runner, take a copy of django.test.simple.run_tests() and > modify to suit your requirements. > > I will admit that this isn't a great solution It is because it's easy after I understand I'm required to do it. Whatever is in there will show me how to then plug into XmlTestRunner. I don't want to duplicate too much effort - hence all the questions. A fully mature platform would have covered every one of these details... However, we just discovered... python manage.py test --xml in http://github.com/garethr/django-test-extensions That also answers my next question - where to either get or add asserts like assertMatch that I should invent... -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.