You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Currently, all tests are made using Kotest. However, it's really hard to understand why is the error in an IDE.
In addition, some basically feature are not available to custom test (before, after, etc.).
One of advantage of Kotest is the possibility to make test in multiplateforme environment. Minestom is built with Java, so Kstom cannot be compiled in JS etc.. in this context, it will be more efficient to take Junit 5 who has lot of feature to create and custom test.
Moreover, Minestom has a test framework that will be published in a new module in few time. This framework is only usable with Junit.
In Minestom repository, I create an issue to ask the publication of the framework
The text was updated successfully, but these errors were encountered:
Currently, all tests are made using Kotest. However, it's really hard to understand why is the error in an IDE.
In addition, some basically feature are not available to custom test (before, after, etc.).
One of advantage of Kotest is the possibility to make test in multiplateforme environment. Minestom is built with Java, so Kstom cannot be compiled in JS etc.. in this context, it will be more efficient to take Junit 5 who has lot of feature to create and custom test.
Moreover, Minestom has a test framework that will be published in a new module in few time. This framework is only usable with Junit.
In Minestom repository, I create an issue to ask the publication of the framework
The text was updated successfully, but these errors were encountered: