I am involved in a project that's using django with the mako_django package for template rendering. I'm working on the unit tests, but I'm running into the problem that the context and template are not returned after a query from the test client (the members in the response are empty). I'm assuming that the reason for this is that I'm using a non standard template system, and I was wondering if there is a good way to add the full testing support to another template language.
Can anyone give me some advice about how to get the test framework working with an alternate template system? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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-users?hl=en -~----------~----~----~----~------~----~------~--~---