munit icon indicating copy to clipboard operation
munit copied to clipboard

Scala testing library with actionable errors and extensible APIs

Results 92 munit issues
Sort by recently updated
recently updated
newest added

Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.5.8 to 3.5.9. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.9) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.5.8...v3.5.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates com.google.cloud:google-cloud-storage from 2.9.3 to 2.11.3. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Hello, In my use-case I want to have two set of integration tests: 1. Ones that I can run entirely locally. No tags set. 2. Others that require connecting to...

Updates * [org.scalameta:mdoc](https://github.com/scalameta/mdoc) * [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc) from 2.3.2 to 2.3.3. [GitHub Release Notes](https://github.com/scalameta/mdoc/releases/tag/v2.3.3) - [Version Diff](https://github.com/scalameta/mdoc/compare/v2.3.2...v2.3.3) I'll automatically update this PR to resolve conflicts as long as you don't change it...

Updates com.google.cloud:google-cloud-storage from 2.9.3 to 2.10.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Fixes https://github.com/scalameta/munit/issues/563

I came across this today when trying to update some stuff in the Dotty Community build and realized that `munit` when synced was actually failing in the community build. The...

Hi, as per the output in [this issue](https://github.com/http4s/http4s/issues/6538), I've been overriding the scalaCheckInitialSeed, but when running the test I got: ``` ==> X org.http4s.PathSuite.initializationError 0.002s java.lang.NullPointerException: Cannot invoke "String.length()" because...

Hello, In my use-case I want to have two set of integration tests: 1. Ones that I can run entirely locally. Not tags set. 2. Others that require connecting to...

Hi, I have tried using latest munit versions with scala-cli and found out that termination does not occur if all tests pass since 1.0.0-M2 (M1 works just fine, as all...