PyTest - Basics and Setup
You want to test a function
multiply(a, b) that returns the product of two numbers. Which PyTest test function correctly tests that multiply(3, 4) returns 12?