Commit Graph

2266 Commits

Author SHA1 Message Date
hugovk
d385dd81a7 Converttest_image_load.py 2014-06-05 11:39:29 +03:00
Alex Clark
6858aef5b1 Update 2014-06-04 18:32:17 -04:00
Alex Clark ☺
841582fa26 Merge pull request #685 from hugovk/docstring
ImageCms fixes
2014-06-04 18:31:40 -04:00
Dov Grobgeld
5fe80c6d4a Initial commit of binary morphology addon. 2014-06-04 23:03:00 +03:00
hugovk
b7eb1de922 Fix skipping 2014-06-04 17:09:59 +03:00
hugovk
184c380e10 Convert more tests, including a method to skip on ImportError 2014-06-04 16:18:04 +03:00
hugovk
f14b928ce6 Rename tester.py to helper.py because it no longer drives the tests 2014-06-04 10:11:22 +03:00
hugovk
c8626c6e93 Move more tests 2014-06-04 09:09:23 +03:00
wiredfool
618a79c1c6 Merge from master, pre-unittest conversion 2014-06-03 14:42:22 -07:00
Alex Clark ☺
9ec63f94b2 Merge pull request #689 from hugovk/patch-1
Fix Coveralls link
2014-06-03 17:31:44 -04:00
wiredfool
da1523d877 Merge from master, pre-unittest conversion 2014-06-03 14:29:16 -07:00
Hugo
e518879c0e Fix Coveralls link 2014-06-04 00:11:31 +03:00
hugovk
2e52f3ab46 Move more tests; remove some redundant helpers 2014-06-04 00:05:48 +03:00
Alex Clark ☺
f28c230ef5 Merge pull request #688 from sciunto/docstring
DOC: fix name in docstring
2014-06-03 16:41:23 -04:00
Alex Clark
9497525abc Fix coveralls.io URLs 2014-06-03 16:39:17 -04:00
hugovk
d082c58043 pep8/pyflakes 2014-06-03 23:35:21 +03:00
François Boulogne
682ad75759 DOC: fix name in docstring 2014-06-03 16:34:23 -04:00
hugovk
2bde38d8f5 Move more tests; add more helpers; install unittest2 for Python 2.7 2014-06-03 23:22:02 +03:00
hugovk
5c8c777ea4 Start moving tests over to use unittest 2014-06-03 22:38:56 +03:00
hugovk
cd967680cb Move dummy test to test/ and run with nosetests 2014-06-03 18:04:27 +03:00
Alex Clark
dc667b1f19 Fix link 2014-06-03 09:01:57 -04:00
Alex Clark ☺
8b28c2c2f0 Merge pull request #686 from hugovk/patch-1
Fix Travis CI badge for new python-pillow name
2014-06-03 06:10:40 -04:00
hugovk
c9a4272af6 Replace python-imaging with python-pillow (but yet not Coveralls) 2014-06-03 13:02:44 +03:00
Hugo
9dc2346dea Fix Travis CI badge for new python-pillow name 2014-06-03 11:06:27 +03:00
wiredfool
c05dc71075 Update docs for OpenJPEG version 2014-06-02 12:22:45 -07:00
wiredfool
ab3ee7cef8 Merge pull request #684 from jxs/master
Add FreeBSD10 support to doc
2014-06-02 12:09:36 -07:00
joaoxsouls
e944297e80 add FreeBSD10 support to doc 2014-06-02 19:45:16 +01:00
hugovk
beedca78e3 Show counts of pep8/pyflakes after build 2014-06-02 15:57:50 +03:00
hugovk
6115d348b9 Add more tests for ImageCms 2014-06-02 13:19:01 +03:00
hugovk
9e984a19b1 Add more tests for ImageCms 2014-06-02 13:00:21 +03:00
hugovk
e983057294 pep8/pyflakes 2014-06-02 12:41:48 +03:00
hugovk
4c2b3a6afc Merge remote-tracking branch 'upstream/master' into docstring
Conflicts:
	PIL/ImageCms.py
2014-06-02 11:04:29 +03:00
hugovk
27d49b6f27 pep8 2014-06-02 09:57:49 +03:00
wiredfool
89130203b1 Update CHANGES.rst [ci-skip] 2014-06-01 09:10:52 -07:00
wiredfool
5b73d8f57b Merge pull request #661 from hugovk/test_imagedraw
Add more ImageDraw tests
2014-06-01 09:09:58 -07:00
Eric Soroos
bc2c7bee70 Defer initialization of openjpeg_version 2014-05-30 15:47:27 -07:00
Eric Soroos
6dda7601af Testing against newer version of OpenJPEG 2014-05-30 15:37:35 -07:00
Eric Soroos
f4ddf1be97 Initialize openjpeg_version 2014-05-30 15:08:21 -07:00
wiredfool
6bb3b155d9 Merge pull request #676 from hugovk/__main__
Exclude non-runnable code from coverage
2014-05-30 08:48:56 -07:00
wiredfool
085527e01d Updated Changes.rst [ci skip] 2014-05-30 08:47:26 -07:00
wiredfool
60e2eaa5e9 Merge pull request #680 from hugovk/spider
Add tests for SPIDER image files
2014-05-30 08:46:33 -07:00
Chris Sinchok
70a50907c2 This patch allows a JPEG image to be saved with a specific qtables
value (in dictionary format).

Previously, this would throw a TypeError when checking if the qtables
value was actually a preset. By adding an isStringType check, we can
avoid this error.
2014-05-28 17:21:58 -05:00
Hugo
4dcae4402c Add back the other bounding box [CI skip] 2014-05-27 23:55:43 +03:00
hugovk
ae37743ac7 Both kinds of bounding box for arc, chord and pieslice. 2014-05-27 23:31:31 +03:00
Alastair Houghton
87d10dcaeb Oops. Fixed a silly mistake. 2014-05-27 15:05:25 +01:00
Alastair Houghton
72ecb8752e Changed test for OpenJPEG 2.0 2014-05-27 12:52:50 +01:00
Alastair Houghton
1011e51083 Added support for OpenJPEG 2.1. 2014-05-27 12:43:54 +01:00
hugovk
d7ed249b29 Remove redundant commented code [CI skip] 2014-05-27 14:39:33 +03:00
hugovk
fd05e9c756 Test decompression bomb warnings 2014-05-27 12:40:52 +03:00
hugovk
b853696ad5 Remove stray debug print 2014-05-27 12:18:56 +03:00