Hacker News new | ask | show | jobs
by anoopelias 851 days ago
I thought that unit tests are a balance. A balance of not too much, not too little. "Too little" means you are not covered on the edges. "Too much" means the tests are too rigid its scary to change the code.

Ideally, "one change" (Whatever that might be) in production code should cause exactly 1 test to fail.

How does TestGen-LLM address this problem?