You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returned a +b on functions.py but tested on test_functions.py def test_subtract(): assert subtract(3,2) == 1 which is not equal to 1. So that this issue occurred.
returned a +b on functions.py but tested on test_functions.py def test_subtract(): assert subtract(3,2) == 1 which is not equal to 1. So that this issue occurred.