wiredfool
ac35b29f6e
Merge from master
2014-04-14 06:47:42 -07:00
hugovk
cf6daf03fe
Use correct brackets
2014-04-11 10:47:37 +03:00
hugovk
267cdf523e
Print out lists of failed tests (and temporarily force a failure for testing)
2014-04-11 10:28:06 +03:00
wiredfool
68cb38a2b3
Merge from master
2014-04-09 00:02:20 -07:00
Alastair Houghton
946753a3b5
Ignore spurious messages from OpenJPEG.
2014-03-27 08:36:15 +00:00
Eric Soroos
7cc9af6f83
added close/join
2014-01-28 12:53:02 -08:00
wiredfool
4386c4edbb
multiprocess --in progress
2014-01-28 12:21:05 -08:00
Christoph Gohlke
3e87da96bd
Don't skip 'import site' on initialization when running tests for inplace builds
2013-06-30 18:43:35 -07:00
Michał Górny
c01696bf2d
Use proper tempdir for temporary test files.
...
Writing temporary files in source tree is just wrong. Instead, use
a directory inside system tempdir.
2013-04-21 11:05:31 +02:00
Christoph Gohlke
5f54802ea7
Enable test_file_tiff
2013-03-14 16:12:57 -07:00
Alex Clark
fa275f51b5
Cross plat fix
2013-03-14 16:27:31 -04:00
Alex Clark
82ad8dc44b
Better skip test ; more changelogging
2013-03-13 21:45:15 -04:00
Alex Clark
062397c0af
Skip test
2013-03-13 19:21:43 -04:00
Mikhail Korobov
fbcc9b5c77
Test running improvements: all tests can be run with tox; run.py script exits with an error code in case of failures.
2013-02-26 16:03:25 +06:00
Brian Crowell
197885164b
py3k: Backport Gohlke's tests to run on 2.6/2.7
...
Most of the differences are in tobytes/tostring naming and expected
behavior of the bytes() constructor. The latter was usually easy to fix
with the right bytes literal.
This is a good preview of what will have to happen in the Python 3 code.
2013-01-10 08:46:39 -06: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