django-imagekit/tests/imagespecs.py
Matthew Tretter a5c33a4925 Add tests for generateimage template tag
Currently, these will fail because the temporary file cannot be pickled
in order to generate a hash.
2012-12-03 22:25:12 -05:00

8 lines
117 B
Python

from imagekit import ImageSpec, register
class TestSpec(ImageSpec):
pass
register.spec(TestSpec, 'testspec')