-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor UseWorldGenerator
and Dependencies
annotations in Module Land
#5087
Comments
Module land usages of
Module land usages of
No additional module land usages of |
Hi, I am new to the project and I would like to work on a few simple tasks to familiarize myself with the project. I could at least do some of the refactoring of the annotations. For the file "PlantAuthoritySystemTest.java" of the "SimpleFarming" module, would you have to replace the lines
with these here
? |
I did the same changes last night, right now going through the PR process just to learn it |
There's enough modules for which changes are needed, so I'm looking forward to PRs from all of you 😉 |
Hey! how can I contribute on this one? |
Hi @manumafe98, |
Thanks @jdrueckert I will give it a try! |
All sub-items done 💚 |
In the aftermath of #5046 reworking the test annotations for MTE, the
UseWorldGenerator
andDependencies
annotations need to be replaced all across module land.Migration Path
The replacement annotation is the class annotation
@IntegrationEnvironment
which will applyMTEExtension
, mark it with anMteTest
JUnit tag and includes parameters for world generation and module dependencies.The
worldGenerator
parameter is replacing@UseWorldGenerator
, thedependencies
parameter is replacing@Dependencies
.Contributes to Terasology/ModuleTestingEnvironment#76
The text was updated successfully, but these errors were encountered: