typelevel / munit-cats-effect

Integration library for MUnit & cats-effect
Apache License 2.0
149 stars 34 forks source link

Restore tests that assert fixture ordering #359

Open armanbilge opened 5 months ago

armanbilge commented 5 months ago

This version of munit reverts the fixture ordering (see release notes for more details https://github.com/scalameta/munit/releases/tag/v1.0.0-M11)

munit-cats-effect changed it's fixture tests in https://github.com/typelevel/munit-cats-effect/pull/223 to not depend on the old ordering. I think we should bring add back the old test suite.

Originally posted by @valencik in https://github.com/typelevel/munit-cats-effect/issues/350#issuecomment-1924481404