This repo provides a basic template for unit testing scripts created with MDK2. MDK2 generated script lives in the
./Script
directory, the unit tests live in ./UnitTests
. Basic UTs as shown work fine, but more advanced ones,
including mocking Space Engineers APIs are yet to be shown in this template.
TODO:
Figure out mocks