我的模块外面有一些文件,我需要在我的类路径中进行测试。
列出所有可能性 ( mill resolve tests._
) 我认为扩展resources
是要走的路。
我尝试了很多 - 这是我最后一次尝试:
object test extends Tests {
override def resources =
new Sources({
super.resources.self.map(_ :+ (millSourcePath / up / 'data / 'global / 'bpmn))
},
super.resources.ctx
)
...
}
- 是覆盖
resources
要走的路吗? - 它是如何正确完成的?