-
-
Notifications
You must be signed in to change notification settings - Fork 8
bug_26/dev5 #34
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
base: main
Are you sure you want to change the base?
bug_26/dev5 #34
Conversation
isSuitePredicate now rule out object & inner class all test passed all integration test passed organise imports upgrade scala versions # Conflicts: # build.sbt
is the CI under maintenance? I saw this error message: Run sbt -v +test |
} | ||
} | ||
|
||
ignore("in packages") { // TODO this doesn't work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tribbloid Is this intended to be supported?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should be deleted, in document ScalaTest runner has the -w <wildcard package>
argument but I could never get it working. IntelliJ IDEA also deliberately circumvented it by using classpath scan to convert packages into explicit class names
.. unless you know an example that can use it properly
@tribbloid For the CI error you may try pull the latest changes in our main, I just merged the CI build PR not long ago. |
@cheeseng sbt is not installed, your build has the same error: https://github.com/scalatest/scalatestplus-junit5/actions/runs/16967634214/job/48095722339 ![]() ![]() Judging by the error info I don't think its caused by changes in main, you need to fix your build environment This PR is already based on the latest main |
superseding #33