-
Notifications
You must be signed in to change notification settings - Fork 25
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
WildcardPatternSuite Allow searching from parent directory #16
Comments
to solve this i had to get a copy of the class 'WildcardPatternSuite' and rewrite the method 'getBaseDir' to:
|
Hi, would you like to create Pull Request? |
i would, but this resulting for 2 tests to fail. i don't have time to understand why, |
have you looked at it ? |
+1 on this feature. Please submit a PR. |
@shayfdna With your changes to I understand your intent, but this change would break all existing suite classes, which are inside some package and use the |
thanks Michal, for me parent directory of the test suite is not enough, since my project structure is complex and hierarchy is deeper then one folder |
You can now* use: I.e. you can go as many levels up as you want (as long as all test classes are under the same
|
I released JUnit Toolbox 2.4 which includes the fix for this issue. |
Hey, i want my 'tests' folder to be alongside my 'suits' folder.
and i can't "../**/*xTest.class". can you hero please ?
also i asked on stack overflow.
https://stackoverflow.com/questions/44127825/junit-suite-from-classpath-with-categories-support
thank you
The text was updated successfully, but these errors were encountered: