Closed as not planned
Description
Description
After PR #1545 I cannot run UtBot Python plugin in IntelliJ Community.
In file UTBotJava/utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/ui/actions/GenerateTestAction.kt
:
if (languageAssistant == null || !accessByProjectSettings(e)) {
e.presentation.isEnabled = false
} else {
languageAssistant.update(e)
}
in IC and in python project the second condition is true, but we need to call PythonLanguageAssistant.update(e)
.
To Reproduce
Steps to reproduce the behavior:
- Run the python project in IntelliJ Idea Community
- Try to use plugin to generate tests for python file
Expected behavior
UI action with python settings
Actual behavior
I cannot generate tests for python file
Visual proofs (screenshots, logs, images)
Environment
Additional context
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done