Tests
It's important to keep testing things every time we change the code.
I recommend pytest, it's really handy, you can also see how I did this in the pyotb repo.
What is nice is that it will find testable functions by itself, run and generate reports, no need to worry about the main function or artifacts.