Replies: 1 comment
-
Found the workaround of #4427 which works for me. My initial search for an answer covered only the discussions and not the issues. Sorry for the noise. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I started with mill, scala 3 and utest with a basic setup (one RootModule). The tests are using utest and the class under test accesses resources with
getClass.getResourceAsStream
. The test works withmill test
, but it fails with "resource not found" if started from intellij. My question is about an advice/best practice for tests depending on classpath resources. Is it possible to have both: mill and intellij ? I found https://mill-build.org/mill/scalalib/module-config.html#_classpath_and_filesystem_resources about this topic, but i think i cannot use these solutions, as the access to classpath resources is part of my production code.Beta Was this translation helpful? Give feedback.
All reactions