Re: Unit Tests for Filters

2006-06-05 Thread Luke Plant
John Sutherland wrote: > Is there some registration process I'm missing for the > filters? Yep. See: http://www.djangoproject.com/documentation/templates_python/#writing-custom-template-filters and the bottom of: http://code.djangoproject.com/browser/django/trunk/django/template/defaultfilter

Unit Tests for Filters

2006-06-04 Thread John Sutherland
Hi all, I'm writing unit tests for a couple of template filters I 'enhanced', but am having a little trouble getting them to work. My patch is ticket number #2053 (http://code.djangoproject.com/ticket/ 2053) -- I've written the unit tests for timesince, and they work fine, but the timeuntil