ZakShearman / mc-tower-defence

Tower defence gamemode for minestom (EmortalMC)
GNU Lesser General Public License v2.1
11 stars 1 forks source link

Unit tests #9

Open ZakShearman opened 2 years ago

ZakShearman commented 2 years ago

Now that it's easier to do unit tests with Minestom, this should be taken advantage of.

Lots of the core aspects of TowerDefence can have unit tests made for them, especially data loading:

The project should be built out significantly in its structure before unit tests are created as to ensure they are not a burden.