-
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 bug
Description
Description
When we generate tests in a kotlin project written in Java language, they are put into test/kotlin
folder, which is wrong since they cannot be executed from it.
To Reproduce
Steps to reproduce the behavior:
- Create an empty kotlin project with Gradle build system
- Create a kotlin (or a Java) class with a method
- Run generation in Java for this method
- Try to run generated test cases
Expected behavior
Successfully generated and runnable tests
Actual behavior
No tests were found.
Visual proofs (screenshots, logs, images)
Environment
There is no specific environment.
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 bug
Type
Projects
Status
Todo