hugovk
6ff77414b3
Test some debug functions. No asserts, just check they run ok.
2014-04-14 00:05:31 +03: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
Alastair Houghton
946753a3b5
Ignore spurious messages from OpenJPEG.
2014-03-27 08:36:15 +00: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