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

Introduce BaseFunSuite trait and make FunSuite an empty class #433

Merged
merged 1 commit into from
Oct 16, 2021

Conversation

olafurpg
Copy link
Member

Fixes #288. This change allows test suites to extend another class while
bringing in all the functionality of FunSuite.

Fixes scalameta#288. This change allows test suites to extend another class while
bringing in all the functionality of `FunSuite`.
@olafurpg olafurpg merged commit bb1759a into scalameta:main Oct 16, 2021
@olafurpg olafurpg deleted the funsuite-trait branch October 16, 2021 08:45
unkarjedy pushed a commit to JetBrains/intellij-scala that referenced this pull request Jul 9, 2024
… 1.0 #SCL-20576 fixed

- The MUnit FunSuite test machinery has been moved to a new munit.BaseFunSuite trait which can be mixed into other classes.
- We still support munit.FunSuite for older versions of MUnit.
- The tests now run both against MUnit 0.7.29 and MUnit 1.0.0.
- scalameta/munit#433
unkarjedy pushed a commit to JetBrains/intellij-scala that referenced this pull request Jul 10, 2024
… 1.0 #SCL-20576 fixed

- The MUnit FunSuite test machinery has been moved to a new munit.BaseFunSuite trait which can be mixed into other classes.
- We still support munit.FunSuite for older versions of MUnit.
- The tests now run both against MUnit 0.7.29 and MUnit 1.0.0.
- scalameta/munit#433


(cherry picked from commit bbd514b)
unkarjedy pushed a commit to JetBrains/intellij-scala that referenced this pull request Aug 12, 2024
… 1.0 #SCL-20576 fixed

- The MUnit FunSuite test machinery has been moved to a new munit.BaseFunSuite trait which can be mixed into other classes.
- We still support munit.FunSuite for older versions of MUnit.
- The tests now run both against MUnit 0.7.29 and MUnit 1.0.0.
- scalameta/munit#433
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.

Offer a trait version of FunSuite
1 participant