mini-mammoth / celtic-rituals

Minecraft Mod for 1.14 - Sacrifice mobs to please the gods and become a strong druid
MIT License
3 stars 0 forks source link

How to run tests? #20

Open reicheltp opened 4 years ago

reicheltp commented 4 years ago

Expected behavior

We can run tests with gradlew test.

Actual behavior

Adding JUnit5 and run gradle test will end in some strange FORGE registry errors.

It seems that we have to load a basic set of registries per default.

sebkasanzew commented 4 years ago

I only get a warning about hard debugging with a bundled kotlin version, when I execute gradlew test the first time. When it's executed again, the warning is gone.

reicheltp commented 4 years ago

Try to interact with any written code. I will push a branch with an actual issue.