Does the test framework work when using Godot as the media controller? #157
-
Quick question, does unit testing work when using the latest version of MPF with the Godot media controller? I am hopeful it does but expecting that it doesn't. I have gotten quite deep into the coding of the game and now need to use some unit testing as it is becoming a little fragile when I make changes / refactor. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The MPF testing framework does still work the same as before, but unfortunately Godot does not have any native unit tests. There are some open-source projects (GUT and gdUnit) that may be of use for testing your media side. But all your mode and game logic tests in MPF will still behave as expected :) |
Beta Was this translation helpful? Give feedback.
The MPF testing framework does still work the same as before, but unfortunately Godot does not have any native unit tests. There are some open-source projects (GUT and gdUnit) that may be of use for testing your media side.
But all your mode and game logic tests in MPF will still behave as expected :)