discussiongood first issuetest
仓库指标
- 星标
- (1,933 个星标)
- PR 合并指标
- (平均合并 19天 11小时) (30 天内合并 49 个 PR)
描述
As pointed out in #2136 the tests directory is a bit messy, especially when you're not familiar with Spoon contribution. I would suggest to refactor it at least to have properly defined rules for the test resources.
We currently have test resources, in at least 3 different places:
src/test/resourcesthe standard directorysrc/test/java/X/testclassesin a subpackage, along with their test suitesrc/test/java/Xin the same package of the test suite
So I suggest first to move the test resources from case 3 to put - at least - the resources in a subpackage testclasses.
I don't think it's desirable to move all test resources in place 1, as I think we want to check that we can compile them.
WDYT?