JetBrains-Research / TestSpark

TestSpark - a plugin for generating unit tests. TestSpark natively integrates different AI-based test generation tools and techniques in the IDE. Started by SERG TU Delft. Currently under implementation by JetBrains Research (Software Testing Research) for research purposes.
MIT License
47 stars 13 forks source link

Manage list of generation tools for each languages #329

Open arksap2002 opened 1 month ago

arksap2002 commented 1 month ago

Describe the bug For examlpe, for Java -- LLM, EvoSuite, Kex. For Kotlin -- LLM. Disable unsuitable options.

arksap2002 commented 1 month ago

Start after the Kex integration PR merged