Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.05 KB

index.rst

File metadata and controls

28 lines (21 loc) · 1.05 KB

Welcome to pyimagetest's documentation!

If you have ever worked with multiple image backends at the same time you know that it can cumbersome to check images from different backends for equality. pyimagetest is a Python library that provides utilities for unit testing with images. It provides ~pyimagetest.image_test_case.ImageTestCase that enables convenient image loading and comparison.

As of now the following image backends are builtin:

pyimagetest requires Python 3.6 or later and is based on numpy. The code lives on GitHub <https://github .com/pmeier/pyimagetest> and is licensed under the 3-Clause BSD License.

Getting Started <getting_started> Contributing <contributing> Package Reference <api/index>