Buildbot

3.3.0

Eliminate as many issues as possible from your Python applications by performing automated test scenarios with the help of this code library

Having a solid set of programming knowledge doesn’t ensure the proper functionality of all personal projects. Testing is a highly-important counterpart of development, and modern techniques even allow computer to check functionality of features in a current build. This is done through specific indications, and Buildbot can help with Python automated testing.
One of the first things which needs to be mentioned is that the package contains two components, namely a Master and a Worker module. The first item is responsible for reading and building the necessary set of instructions for a test scenario, while the latter one is used to actually run all steps of the script.
Buildbot is dedicated to the Pythod IDE, so it needs to be on the target PC. It’s core feature is to enable automated testing of custom Python developments. It supports arbitrary build processes, and comes with a variety of customization options.
Using the code libraries here makes it possible to track metrics like lint checks, image size, warning counts, compile time, and more. It can issue various status reports based on testing actions. It’s possible to use a Buildbot Worker module behind a NAT firewall, while still being able to send data to the Master module.

System requirements