Removing these scopes will allow tests from one module to depend on test resources from other modules (e.g. to use the TestFactory from the shared module in the server module)
Whether or not this is best practice is not really relevant, as inter-module resources are the default behavior in IntelliJ so any submissions that depend on this functionality pass locally but fail on the autograder
Removing these scopes will allow tests from one module to depend on test resources from other modules (e.g. to use the
TestFactory
from theshared
module in theserver
module)Whether or not this is best practice is not really relevant, as inter-module resources are the default behavior in IntelliJ so any submissions that depend on this functionality pass locally but fail on the autograder