
VIPSCore-Python-Common
This is the source code for the module that contains the common data models and utilities for the Python implementation(s) of VIPS. It can be imported with pip like this:
pip3 install TODOTODOTODO
Unit tests
The tests are located in the src/vipscore_common/tests
folder, and we're using Python's standard unittest
library
To run the unit tests, move to the root folder of the project, and execute:
python3 -m unittest discover -s tests -t src/vipscore_common