hugovk
1633ffa878
Merge branch 'cleanup' of https://github.com/wiredfool/Pillow into wiredfool-cleanup
...
Conflicts:
Tests/test_file_jpeg2k.py
Tests/test_image_transform.py
Tests/test_imagesequence.py
2014-06-23 13:39:27 +03:00
hugovk
3ec505958e
Convert old tests to use unittest
2014-06-10 12:10:47 +03:00
wiredfool
618a79c1c6
Merge from master, pre-unittest conversion
2014-06-03 14:42:22 -07:00
hugovk
c9a4272af6
Replace python-imaging with python-pillow (but yet not Coveralls)
2014-06-03 13:02:44 +03:00
wiredfool
54173d2c67
Cherry-pick of portions of patch a500ca1393
, many shortcut ops added, no functional changes
2014-05-09 21:36:15 -07:00
wiredfool
7077cd18af
Tests for premultiplication on transform/resize
2013-10-04 12:55:25 -07:00
wiredfool
a0d7e72cbb
don't write the test image
2013-09-30 22:47:22 -07:00
wiredfool
7546e1fb17
Py3. sigh
2013-09-30 22:39:17 -07:00
wiredfool
46c58560ba
adding memset test
2013-09-30 22:39:17 -07:00
wiredfool
2afdc3776d
quad test, with blank space test
2013-09-30 22:39:17 -07:00
wiredfool
2241f744d9
extents test
2013-09-30 22:39:17 -07:00
wiredfool
5e897341c6
Added mesh transform test
2013-09-30 22:39:17 -07:00
Brian Crowell
ad784eb808
py3k: Import Christoph Gohlke's test suite
...
This is Christoph Gohlke's test suite from his personal PIL package found
at http://www.lfd.uci.edu/~gohlke/pythonlibs/ .
This is just to bring it in as a separate commit. Future commits will align
it with Pillow.
2013-01-10 08:46:39 -06:00