Terasology / ModuleTestingEnvironment

3 stars 15 forks source link

test: tag MTE tests as not being in the unitTest collection #52

Closed keturn closed 3 years ago

keturn commented 3 years ago

Maybe we should have a single annotation that is equivalent to

@Tag("MteTest")
@ExtendWith(MTEExtension.class)

something to consider after we bring MTE back in to engine-test, perhaps.

DarkWeird commented 3 years ago

Maybe we should have a single annotation that is equivalent to I agree with this - just create annotation with this annotations.

We will able to add another required annotations without batch of PRs then.

This PR is better place for @interface MTE for now.