Testing your AI generated code like a human reviewer
Testing your AI generated code like a human reviewer The best test I know for agent written code: delete the implementation and see if the tests fail. If they still pass, they were never testing anything. Agents love writing tests that only check the code runs and not that it is right. Add one rule to your rules file. Make every test prove a behavior, not an implementation detail. That single…
We haven't written up this one. Dev.to has the full story — the link below goes straight to it.