Terasology / NameGenerator

This module adds name generators.
2 stars 9 forks source link

test: port to ModuleTestingEnvironment, replacing NameGeneratorTestingEnvironment #34

Closed keturn closed 3 years ago

keturn commented 3 years ago

And as for why NameGenerator uses MTE: The systems under test use the asset manager to get the inputs. The asset manager isn't set up by default. It was using HeadlessEnvironment, now it's using MTE, they're probably both overkill.