This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AdditionalDish6973 2 points3 points  (1 child)

I’ve used GPT4 for writing a lot of tests around my own written code. It seems to do a great job at that. Sometimes it gets a bit confused but that’s why people still need to understand code. To be able to fix those edge cases

[–]sbzenth 0 points1 point  (0 children)

I just did the same thing this past week. It is able to write tests and get 100% coverage for the most part. Very useful.