LLMs can actually be a useful tool for populating out unit tests.
My experience with this is the LLM commenting out the existing logic and just returning true, or putting in a skeleton unit test with a comment that says “we’ll populate the code for this unit test later”.
Flamekebab@piefed.social 3 weeks ago
I had a dev add a load of unit tests that mocked values and then tested for the mocked values. I mean… They passed…