Skip to content

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 requested a review from Leosimetti May 22, 2022 14:15
@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.

1 participant