Re: testing template tags

2008-12-02 Thread Richard Szopa
Thanks a lot. For some reason I haven't noticed the relevant fragment in the docs... Cheers, -- Richard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: testing template tags

2008-12-01 Thread Malcolm Tredinnick
On Mon, 2008-12-01 at 07:14 -0800, Richard Szopa wrote: > Hello, > > I have written some doctests for my custom template tags, but > `manage.py test my_app' doesn't seem to notice it. There is an > __init__.py file in the templatetags directory, but apparently that is > not sufficient. Are you

testing template tags

2008-12-01 Thread Richard Szopa
Hello, I have written some doctests for my custom template tags, but `manage.py test my_app' doesn't seem to notice it. There is an __init__.py file in the templatetags directory, but apparently that is not sufficient. Thanks in advance, -- Richard