EmilDohne / PhotoshopAPI

A modern and performant C++20 read/write parser of Photoshop Files (*.psd and *.psb) with fully fledged Python bindings hosted on PyPi
https://photoshopapi.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
94 stars 9 forks source link

Add tests for python bindings #63

Closed EmilDohne closed 6 months ago

EmilDohne commented 6 months ago

We have now added "tests" that are run after each wheel is built. These for now simply execute the python examples that is for now good enough as we only wrap the library and need to check if the symbols are exported properly. In the future this would be expanded upon