Where should we put files on disk necessary for test and run commands? #3891
Replies: 1 comment
-
Just quoting myself here, to have the idea recorded:
|
Beta Was this translation helpful? Give feedback.
-
Just quoting myself here, to have the idea recorded:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
os.list
,os.walk
, etc.)Existing Solutions:
src/test/resources
https://stackoverflow.com/questions/27046642/access-file-in-junit-test-in-gradle-environmentdata
dependencies andrunfiles
which get copied into the test/run sandbox before execution. Maven and Gradle don't have any standard for this AFAICTFollow up of #3347
Beta Was this translation helpful? Give feedback.
All reactions