django-imagekit/tests
Roman Gorbil d80f426d3c Fix ImageCacheFile.__repr__ to not send signals
Cachefile strategy may be configured to generate file when file existance required.

To generate images, async backends passes `ImageCacheFile` instance to worker.
Both celery and RQ calls `__repr__` method for each argument to enque call.
And if `__repr__` of object will send `existnace_required` signal, we will get endless recursion.

Issue: #434
2017-10-10 17:39:46 +07:00
..
media Replace Lenna image in tests with a truly free alternative. 2016-02-09 11:43:05 +01:00
__init__.py Revert "Remove test dir __init__.py" 2014-09-27 17:52:21 -04:00
imagegenerators.py Use imagegenerators module, not imagespecs 2013-02-01 00:30:15 -05:00
models.py Fixed #368 use specs directly in ProcessedImageField 2017-05-18 23:38:32 +03:00
settings.py Fixes #379 Support for Django 1.10 2016-07-11 01:59:32 +03:00
test_abstract_models.py Separate source group tests; signal counting util 2013-05-25 00:04:22 -04:00
test_cachefiles.py Fix ImageCacheFile.__repr__ to not send signals 2017-10-10 17:39:46 +07:00
test_fields.py Fixed #368 use specs directly in ProcessedImageField 2017-05-18 23:38:32 +03:00
test_generateimage_tag.py Fixed #350: Error when trying to access width/height after url 2016-07-17 05:08:01 +03:00
test_no_extra_queries.py Add test to illustrate GH-295 2014-09-26 21:32:01 -04:00
test_optimistic_strategy.py Test that there isn't IO done when you get a URL 2014-09-23 18:41:09 -04:00
test_serialization.py Fixes #382: Tests no longer leave junk 2016-07-17 04:54:03 +03:00
test_sourcegroups.py I, for one, welcome our new @matthewwithanm overlords. 2013-06-03 12:50:20 -07:00
test_thumbnail_tag.py Fixes #382: Tests no longer leave junk 2016-07-17 04:54:03 +03:00
utils.py Fixes #382: Tests no longer leave junk 2016-07-17 04:54:03 +03:00