Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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