From dcf57f14579a6a588b587c75fc8fe4fd4787e5aa Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 27 Mar 2020 18:36:36 +1100 Subject: [PATCH] unittest is no longer used in every test [ci skip] --- Tests/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/README.rst b/Tests/README.rst index 974960045..554645787 100644 --- a/Tests/README.rst +++ b/Tests/README.rst @@ -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 ------------