import app def test_add(): assert app.add(2, 3) == 5