django-imagekit/tests
Bryan Veloso ce9a62c02c Merge branch 'python3' of https://github.com/vstoykov/django-imagekit into vstoykov-python3
* 'python3' of https://github.com/vstoykov/django-imagekit:
  Add Venelin Stoykov to AUTHORS
  Improve logic of contributing ImageSpecFields to Models
  Use force_bytes from imagekit.lib in test_cachefiles
  Remove @vstoykov's note. Seems like the right place to me (:
  Move force_bytes into lib module
  Don't use a raw string with \u escapes
  Fix sanitizing cache key under Python 3
  Add module to sys.modules
  Test for Python 3
  Insert importer at beginning of list
  Delay Django import until needed
  Add Python 3 suport and drop support for Python 2.5

Conflicts:
	imagekit/cachefiles/__init__.py
2013-12-26 17:30:42 -08: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 Separate source group tests; signal counting util 2013-05-25 00:04:22 -04:00
test_cachefiles.py Use force_bytes from imagekit.lib in test_cachefiles 2013-12-15 01:58:22 +02: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 Add __getstate__ method to ImageCacheFile 2013-09-24 15:18:59 +04:00
test_sourcegroups.py I, for one, welcome our new @matthewwithanm overlords. 2013-06-03 12:50:20 -07:00
test_thumbnail_tag.py Change html attrs delimiter to -- 2013-02-01 00:56:29 -05:00
utils.py Remove PENDING state 2013-07-16 21:41:10 -04:00