Problem: - At the moment, we have to run the unit tests ourselves. - When we forget to run the unit tests before commiting, we might commit breaking commits. Solution: - Setup a workflow on Github which run the unit tests automatically. Notes: - Check [this](https://www.the-analytics.club/python-auto-run-tests) tutorial.
Problem:
Solution:
Notes: