Settings

Theme

Show HN: Open-source implementation of Meta's Unit TestGen–LLM in Golang

github.com

5 points by keploy 2 years ago · 3 comments

Reader

slayerjain 2 years ago

I’m curious how well this creates new tests.

Also nice to see more Go based LLM apps

  • keployOP 2 years ago

    Since the LLM needs more context around mocks for the unit test, it is better in generating test cases above existing test cases. Not good for generating from scratch for complex applications.

nehagup 2 years ago

how do y'all feel about AI-generated tests? I gave it a shot with ChatGPT on a side project and it saved me a ton of hassle. Like, I wouldn’t have written those tests myself. Trust-wise, I was still a bit iffy on refactoring, but hey, better than no tests at all. Overall, seems like a win for low-risk stuff.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection