-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICTL-851 Add support for JUnit 5 for LLM-based test generation #118
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…make language, testing platform, and mocking framework parameterizable
…estRunner4 (fix the test execution failure parsing issue)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a minor issue in capturing JUnit5's test execution failures. Fixed it in the latest commit. Other than that, everything looks good. @arksap2002 can you also check it?
…to-stand-alone-module' into nikolaisv/ICTL-851 # Conflicts: # src/main/kotlin/org/jetbrains/research/testspark/tools/llm/generation/Patterns.kt # src/main/kotlin/org/jetbrains/research/testspark/tools/llm/generation/PromptManager.kt # src/main/kotlin/org/jetbrains/research/testspark/tools/llm/generation/TestsAssembler.kt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NikolaiSviridov, thank you!
No description provided.