Introduction
PyTest helps you run tests easily. Installing it lets you check your code works well.
You want to start testing your Python code.
You need a simple tool to run many tests quickly.
You want to check if your code changes break anything.
You want to use a popular testing tool with many features.