Testing demo: Failure in one sub
import mymath
def test_math():
assert mymath.add(3, 3) == 6
assert mymath.add(2, 2) == 4
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
import mymath
def test_math():
assert mymath.add(3, 3) == 6
assert mymath.add(2, 2) == 4