One of the ways that LLM-authored code improves productivity is by merely SAYING it does things. It's way faster than the whole time-consuming process of actually doing things. This is real code someone sent to me for review.
GPT-4: 'I wrote unit tests!' *Leaves out the part where it actually runs them*
@rgo sounds like some consultants deliverables I got to review. Their unit tests were call some function then assert true.
@compassDoesWhat
I mean, that at least does test that the function call didn't fail. It's not extremely useful, but it is a test.
@rgo
@nachof @rgo and it gathers test coverage… which was funny since they didn’t have a test coverage requirement on the contract.