Open
Description
Weaver version: "0.8.1"
Scalamock version: "5.2.0"
In build.sbt:
testFrameworks += new TestFramework("weaver.framework.CatsEffect")
Example code:
class MySpec(global: GlobalRead) extends IOSuite with LowPriorityImplicits with MockFactory {
test("test") { _ => expect(true) }
}
Test "test" will never be called while suite is extended by MockFactory
. If you remove with MockFactory
- it will work fine.
Metadata
Assignees
Labels
No labels