mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Add test instructions from Mark Sienkiewicz
This commit is contained in:
parent
3b3b1d5497
commit
f9a3390bc7
|
@ -1,4 +1,14 @@
|
||||||
Minimalistic PIL test framework.
|
Minimalistic PIL test framework.
|
||||||
|
|
||||||
Test scripts are named "test_xxx" and are supposed to output "ok".
|
Test scripts are named "test_xxx" and are supposed to output "ok". That's it. To run the tests::
|
||||||
That's it.
|
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user