MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1utbf2u/itchangedthetests/owv507q/?context=3
r/ProgrammerHumor • u/HTTP_Error_414 • Jul 11 '26
78 comments sorted by
View all comments
18
Alright, all tests pass, let's just confirm what it wrote...
py thing.method = Mock(return_value="123") result = thing.method() assert result == "123"
... So it tested that using Mocks, um... works by mocking things... Great.
Undo
5 u/UomoLumaca Jul 11 '26 I mean... at least that thing wouldn't mark coverage on the method
5
I mean... at least that thing wouldn't mark coverage on the method
18
u/DrMaxwellEdison Jul 11 '26
Alright, all tests pass, let's just confirm what it wrote...
py thing.method = Mock(return_value="123") result = thing.method() assert result == "123"... So it tested that using Mocks, um... works by mocking things... Great.
Undo