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

filter out projects without a build file #224

Merged
merged 1 commit into from Aug 27, 2022

Conversation

aSemy
Copy link
Contributor

@aSemy aSemy commented Aug 27, 2022

A very quick fix for #222

@aSemy aSemy marked this pull request as ready for review August 27, 2022 09:35
Copy link
Collaborator

@shanshin shanshin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@@ -190,4 +192,120 @@ internal class MultiProjectTests : BaseGradleScriptTest() {
}
}
}

@Test
fun testNestedProjectInsideEmptyProject() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the moment, it is good, but in the future it is necessary to create folder with examples of such special case tests.
It is worth separating the various tests, and the tests of special cases when there is no need to run the test in different languages and engines.

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.

None yet

2 participants