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

[4.x] (Maybe) migrate project to usage of ScalaTest or MUnit #1559

Open
alexandru opened this issue May 9, 2022 · 1 comment
Open

[4.x] (Maybe) migrate project to usage of ScalaTest or MUnit #1559

alexandru opened this issue May 9, 2022 · 1 comment

Comments

@alexandru
Copy link
Member

alexandru commented May 9, 2022

We have been using Minitest as our testing library.

When I started Minitest, the incumbent testing library for Scala was ScalaTest, but its usage posed challenges for cross-compiling to Scala.js, as it wasn't yet supported. ScalaTest is a bigger library, and porting it to new Scala targets is challenging.

The problem with Minitest is that it is “non-standard” and has poor IDE support.

I don't want testing to be an issue when contributing to Monix. Therefore, migration to either ScalaTest/MUnit has to be investigated.

@alexandru alexandru changed the title [4.x] Migrate project to usage of ScalaTest [4.x] Migrate project to usage of ScalaTest or MUnit May 9, 2022
@alexandru alexandru changed the title [4.x] Migrate project to usage of ScalaTest or MUnit [4.x] (Maybe) migrate project to usage of ScalaTest or MUnit May 9, 2022
@Avasil
Copy link
Collaborator

Avasil commented May 9, 2022

👍 for using a different testing library and potentially retiring Minitest to decrease the project's scope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants