-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Render uncompilable test suite if it was successfully parsed (#370)
* feat: render parsable but uncompilable test cases & remove `TestGenerationData.compilableTestCases` field `TestGenerationData.compilableTestCases` was only used to store test cases. These stored tests were never used afterward due to `Report`'s `testCaseList`, from which all tests were retrieved for render. Authored-By: Vladislav Artiukhov * feat: generate Javadoc comments for `Report` via AI * fix: apply ktlint * fix: `PromptManager`'s javadoc minor change * feat: check that test suite is present for `NO_COMPILABLE_TEST_CASES_GENERATED` result code * publish: core version `3.0.1` * fix: apply ktlint --------- Co-authored-by: Vladislav Artiukhov <[email protected]>
- Loading branch information
1 parent
d30e73e
commit 57991c6
Showing
7 changed files
with
78 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 12 additions & 3 deletions
15
core/src/main/kotlin/org/jetbrains/research/testspark/core/data/Report.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters