| ▲ | alganet 8 hours ago | |||||||
> "Take a look at those tests!" A math module that is not tested for division by zero. Classical LLM development. The suite is mostly happy paths, which is consistent with what I've seen LLMs do. Once you setup coverage, and tell it "there's a hidden branch that the report isn't able to display on line 95 that we need to cover", things get less fun. | ||||||||
| ▲ | mjaniczek 7 hours ago | parent [-] | |||||||
It's entirely happy paths right now; it would be best to allow the test runner to also test for failures (check expected stderr and return code), then we could write those missing tests. I think you can find a test somewhere in there with a commented code saying "FAWK can't do this yet, but yadda yadda yadda". | ||||||||
| ||||||||