mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 20:27:06 +03:00
15 lines
344 B
Plaintext
15 lines
344 B
Plaintext
Minimalistic PIL test framework.
|
|
|
|
Test scripts are named "test_xxx" and are supposed to output "ok". That's it. To run the tests::
|
|
|
|
python setup.py develop
|
|
|
|
Run the tests from the root of the Pillow source distribution:
|
|
|
|
python selftest.py
|
|
python Tests/run.py --installed
|
|
|
|
To run an individual test:
|
|
|
|
python Tests/test_image.py
|