标签: scalatest
当我执行我的测试[./ activator clean coverage test coverageReport]时,我发现Global.scala中的onStart()DEFINED正在执行。 每个测试套件的执行都执行此方法。 我们怎样才能避免这种情况?
请帮忙