Hi,
Maybe having a CI pipeline with unit tests could be a good thing.
Ensuring that examples run could be a simple integration test.
Going beyond and having unit tests would be even better.
Unit Tests can use Nosetest, Pytest, or simply unittest
For CI, Github Action can probably be used https://github.com/features/actions
Kind regard