Testing demo: Failure in one sub



examples/testing-demo/test_with_pytest_failure_onesub.py
import mymath

def test_math():
    assert mymath.add(3, 3) == 6
    assert mymath.add(2, 2) == 4