p-hofmann / SMBEdit

StarMade Blueprint Editor
5 stars 1 forks source link

unittests #12

Open p-hofmann opened 7 years ago

p-hofmann commented 7 years ago

A big development stopper is the lack of unittests to quickly test that everything still works. A special branch 'unittests' was made for that purpose. Any new changes would be merged into that branch and tested, but not the other way to keep the normal branches free from those files.

p-hofmann commented 7 years ago

Continuous integration is used now and because of that that unittests will be merged into the main branches.