unittest is no longer used in every test [ci skip]

This commit is contained in:
Andrew Murray 2020-03-27 18:36:36 +11:00
parent 3970db0535
commit dcf57f1457

View File

@ -1,7 +1,7 @@
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``.
Test scripts are named ``test_xxx.py``. Helper classes and functions can be found in ``helper.py``.
Dependencies
------------