def test_func1(): a = 1 assert a == 1 # breakpoint def test_func2(): b = 2 assert b == 2