Re: Testing system and alternate template languages

2008-11-14 Thread Erik
Done. For those following along, here's the link: http://www.djangosnippets.org/snippets/1186/ On Nov 13, 10:17 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On Fri, Nov 14, 2008 at 12:13 PM, Erik <[EMAIL PROTECTED]> wrote: > > > In case there are others following this topic, I have t

Re: Testing system and alternate template languages

2008-11-13 Thread Russell Keith-Magee
On Fri, Nov 14, 2008 at 12:13 PM, Erik <[EMAIL PROTECTED]> wrote: > > In case there are others following this topic, I have the test system > working. I ended up putting a couple of functions in the contrib > folder of my django installation under the mako_django folder. The > functions emulate

Re: Testing system and alternate template languages

2008-11-13 Thread Erik
In case there are others following this topic, I have the test system working. I ended up putting a couple of functions in the contrib folder of my django installation under the mako_django folder. The functions emulate the behavior of the instrumented_test_render and run_tests functions from dj

Re: Testing system and alternate template languages

2008-11-13 Thread Erik
Thanks! I'll look into this. If anyone is interested in the outcome I'll submit a patch to the mako_django package I'm using. Drop a reply here if you're interested in the results. On Nov 12, 6:24 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On Thu, Nov 13, 2008 at 9:58 AM, Erik <[EM

Re: Testing system and alternate template languages

2008-11-12 Thread Russell Keith-Magee
On Thu, Nov 13, 2008 at 9:58 AM, Erik <[EMAIL PROTECTED]> wrote: > > 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 que

Testing system and alternate template languages

2008-11-12 Thread Erik
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 assu