Get the latest tech news
We created the first open source implementation of Meta's TestGen–LLM
Most LLMs that are competent at generating code, such as ChatGPT, Gemini, and Code Llama, are capable of generating tests.
We’ve provided the `–included-files` option to users who want to manually add additional libraries or text-based design documents as context for the LLM to enhance the test generation process. We encourage anyone interested in generative AI for testing to collaborate and help extend the capabilities of Cover Agent, and we hope to inspire researchers to leverage this open-source tool to explore new test-generation techniques. Check out our AlphaCodium work for (a) further reading on “Flow Engineering”, as well as an example of (b) a competitive programming benchmark, and (c) a well-designed dataset called CodeContests.
Or read this on Hacker News