diff --git a/Tests/README.rst b/Tests/README.rst index 84e2c4655..5f828a034 100644 --- a/Tests/README.rst +++ b/Tests/README.rst @@ -1,7 +1,11 @@ -Pillow test files. +Pillow Tests +============ Test scripts are named `test_xxx.py` and use the `unittest` module. A base class and helper functions can be found in `helper.py`. +Execution +--------- + Run the tests from the root of the Pillow source distribution: python selftest.py