Won't it generate tests that prove the correctness of the code instead of the correctness of the application?
As in: if my code is doing something wrong and I ask it to write tests for it, it will supply tests that pass on the wrong code instead of finding the problem in my code?
MiddleMan5|1 year ago
At our company I have to switch between 6 or 7 different languages pretty regularly and I'm always forgetting specifics of how the test frameworks work; having a tool that can translate "intent to test" into the framework methods really has been a boon
datadrivenangel|1 year ago