django-imagekit/tests
Matthew Tretter 397a79ba56 Combine source_created and source_changed
As discussed in #214, source_created and source_changed didn't really
have clear definitions. In truth, their names and separation betray
their origins as model receivers in earlier versions. The "source group"
abstraction helped us get away from thinking about things exclusively in
terms of models, but these remained as an artifact.
2013-05-24 23:21:30 -04:00
..
assets Clean up tests dir 2012-11-05 21:33:05 -05:00
media Clean up test utils; write to media dir 2012-12-05 21:10:36 -05:00
__init__.py Creating a "core" test module. 2011-09-09 17:51:22 -07:00
imagegenerators.py Use imagegenerators module, not imagespecs 2013-02-01 00:30:15 -05:00
models.py Combine source_created and source_changed 2013-05-24 23:21:30 -04:00
settings.py Add SECRET_KEY for tests 2013-03-13 23:41:28 -04:00
test_abstract_models.py Combine source_created and source_changed 2013-05-24 23:21:30 -04:00
test_cachefiles.py Add test for memcached key sanitation 2013-04-30 09:32:47 -04:00
test_fields.py Use imagegenerators module, not imagespecs 2013-02-01 00:30:15 -05:00
test_generateimage_tag.py Don't use assert_not_in 2013-02-06 22:04:13 -05:00
test_serialization.py Fix test 2012-12-05 21:10:36 -05:00
test_thumbnail_tag.py Change html attrs delimiter to -- 2013-02-01 00:56:29 -05:00
utils.py Fix test: update DummyAsyncCacheFileBackend API 2013-04-02 23:00:54 -04:00