Terasology / ModuleTestingEnvironment

3 stars 15 forks source link

test: register the unittest module #55

Closed keturn closed 3 years ago

keturn commented 3 years ago

Fixes https://github.com/MovingBlocks/Terasology/issues/4757

Requires https://github.com/MovingBlocks/Terasology/pull/4796

skaldarnar commented 3 years ago

In CI (PR-55#2), the test stage fails with

com.google.common.base.VerifyException: Could not find module for Dummy class org.terasology.moduletestingenvironment.fixtures.DummyComponent

Note that this happens in the unit test stage, not the integration test stage.

jdrueckert commented 3 years ago

Three integration test failures with three different issues :eyes:

keturn commented 3 years ago

Issues of reliability and resource usage I am going to assume are unrelated, unless we have evidence to the contrary. (See #49)

Null Pointer Exceptions, on the other hand, I think are definitely in scope for making sure MTE is working with gestalt-module & gestalt-asset.