softwareconstruction240 / chess

Chess project for BYU CS 240
2 stars 4 forks source link

remove test scope from server -> shared dep #8

Closed pawlh closed 8 months ago

pawlh commented 8 months ago

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