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

Migration to munit #27

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

nikololiahim
Copy link
Member

@nikololiahim nikololiahim commented Jan 24, 2022

munit is a unit testing framework for Scala. Its advantages, among other things, are :

  • clearer and much more informative error messages (esp. when it comes to scalacheck failures)
  • a more seamless integration with both cats-effect and scalacheck (less .unsafeRunSync() moments)
  • much less dependencies: scalatest is 33 artifacts, whereas munit - only 5.

Disadvantages:

  • Does not support concurrent execution of test cases within a test suite. Test suites are still executed concurrently.

@nikololiahim nikololiahim marked this pull request as ready for review January 24, 2022 18:19
@nikololiahim nikololiahim marked this pull request as draft May 15, 2022 19:07
@nikololiahim nikololiahim mentioned this pull request May 21, 2022
8 tasks
@nikololiahim nikololiahim marked this pull request as ready for review May 22, 2022 14:15
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

1 participant