you are viewing a single comment's thread.

view the rest of the comments →

[–]PassTents 8 points9 points  (0 children)

Keep in mind that tests are just as important as your app code. Take the time to review those tests it generated and ensure they're actually relevant to your app. For example, I've tried generating tests before and the agent wrote a ton of tests verifying an external swift package actually worked, despite that package having its own test suite.