mockito / mockito-scala

Mockito for Scala language
http://mockito.org
MIT License
352 stars 59 forks source link

support for munit #402

Open elij-p opened 2 years ago

elij-p commented 2 years ago

Are there any plans to add integration support for munit (scala) -- similar to how integration for scalatest and specs2?

ultrasecreth commented 2 years ago

TBH I never used it, but can do it if there's demand :) I'm short of time at the moment, but can also help/mentor someone in the community if anyone fancies a challenge.

hongtron commented 1 year ago

Just wanted to chime in with a +1 on this request - I'm working in a codebase that uses munit and would love to see support added! I'm new to Scala, but I gather that both scalameta tooling and mockito-scala have wide adoption, and this could really help reduce testing friction across the ecosystem.