Terasology / ModuleTestingEnvironment

3 stars 15 forks source link

feat: ask ModuleManager to load classpath modules #43

Closed keturn closed 3 years ago

keturn commented 3 years ago

As of https://github.com/MovingBlocks/Terasology/pull/4543 ModuleManager no longer does this by default, but without it MTE does not know where to find the dependencies of the module under test.

Supersedes #41