Skip to content
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

fix: better resolve test scope for invisible project #697

Merged
merged 5 commits into from
May 16, 2019

Conversation

jdneo
Copy link
Member

@jdneo jdneo commented May 14, 2019

Resolve #470

Now if the project is a General Java project, which means it's a Java project but is not built by Maven/Gradle, Test Runner will always treat the classpaths as test classpaths.

For Maven projects, the user should use <testSourceDirectory/> to configure the test source paths.

For Gradle projects, the user should use sourceSets to configure the test source paths.

For Eclipse & Invisible projects, all the source files are treated as testable files

For Default (single file) project, it will be ignored.

@jdneo jdneo added this to the 0.16.1 milestone May 14, 2019
@jdneo jdneo requested review from Eskibear and yaohaizh May 14, 2019 04:29
@jdneo jdneo merged commit ec740b4 into master May 16, 2019
@jdneo jdneo deleted the cs/mark-test-folder branch May 16, 2019 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run/Debug code lenses don't appear
3 participants