Pytest - AUT - Application Under Test
This is a simple "application" and even that has a bug. Later we'll discuss much more complex cases, but for the unedrstanding of the Pytest testing framework this simple will do.
def add(x, y):
return x * y