If module X depends on module Y, and Y has static file (i.e. configuration files). when building module X I'm running it's tests but Y's code needs it's static files.
In the real system all of the static files are copied to the same folder.
If module X depends on module Y, and Y has static file (i.e. configuration files). when building module X I'm running it's tests but Y's code needs it's static files.
In the real system all of the static files are copied to the same folder.