fmonniot / scala3mock

Mocking framework for Scala 3
https://francois.monniot.eu/scala3mock
Other
21 stars 2 forks source link

Change how we do testing for 3.3+ #58

Closed fmonniot closed 3 months ago

fmonniot commented 3 months ago

While we cannot compile the library on 3.3+ without suffering some issues (the main one being the experimental flag required), we can certainly test the usage of the library across all Scala versions.

This should help provide some confidence that the library indeed work across the board.