-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
comp-codegenIssue is related to code generatorIssue is related to code generatorctg-bugIssue is a bugIssue is a buglang-kotlinIssue is related to Kotlin language supportIssue is related to Kotlin language support
Description
Description
When UTBot generates kotlin file with a failing test, there is a missing line separator in it.
To Reproduce
Steps to reproduce the behavior:
Example:
- Run any project with runtime error in the code in IntelliJ Idea
- Use the plugin to generate tests
- Open the generated test
Expected behavior
A line with "/* This test fails because...", line separator and line that fails
Actual behavior
Missing line separator
Visual proofs (screenshots, logs, images)
Environment
No specific environment is required.
Additional context
There is no additional context.
Metadata
Metadata
Assignees
Labels
comp-codegenIssue is related to code generatorIssue is related to code generatorctg-bugIssue is a bugIssue is a buglang-kotlinIssue is related to Kotlin language supportIssue is related to Kotlin language support
Type
Projects
Status
Todo