Tests directory does not need to be specified

This commit is contained in:
Andrew Murray 2022-04-18 12:28:41 +10:00
parent e8b2b9baca
commit 232df4734e

View File

@ -91,8 +91,8 @@ Some binary dependencies (e.g. ``fribidi.dll``) will be stored in the
``winbuild\build\bin`` directory; this directory should be added to ``PATH``
before running tests.
Build and install Pillow, then run ``python3 -m pytest Tests``
from the root Pillow directory.
Build and install Pillow, then run ``python3 -m pytest`` from the root Pillow
directory.
Example
-------