Continuous testing has to be added to the system. Many vendors are present: - https://travis-ci.org/ - https://circleci.com/ Use some CI system and perform the following: - code format check with [black](https://github.com/python/black) - run tests (with pytest maybe)?