Skip to content

Already created test source root is not found in Idea project #497 #568

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

Conversation

Vassiliy-Kudryashov
Copy link
Member

Description

The problem is that we add utbot_tests as kotlin-test root (see .iml file for module, the line looks like
<sourceFolder url="file://$MODULE_DIR$/utbot_tests" type="kotlin-test" /> in case we add it initially for .kt source file. It's not a problem when it doesn't break a workflow. But it did.

  1. Show all test roots (Java and Kotlin) in combobox, the choice is up to user.
  2. Generation support for Kotlin is not stable, thus codegen language was renamed to Kotlin (experimental) for a while.

Fixes #497

Type of Change

Please delete options that are not relevant.

  • Minor bug fix (non-breaking small changes)

How Has This Been Tested?

Manual Scenario

See steps and attached project in the issue

Checklist (remove irrelevant options):

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • No new warnings

@Vassiliy-Kudryashov Vassiliy-Kudryashov enabled auto-merge (squash) July 21, 2022 12:40
@Vassiliy-Kudryashov Vassiliy-Kudryashov merged commit f9c3f98 into main Jul 21, 2022
@Vassiliy-Kudryashov Vassiliy-Kudryashov deleted the Vassiliy-Kudryashov/497-already-created-test-source-root-is-not-found-in-idea-project branch July 21, 2022 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Already created test source root is not found in Idea project
2 participants