tests.unit_tests.game_modes.test_game_mode#

A place-holder for GameMode tests.

They’ve all been dropped as they ALL revolved around reading legacy yaml file game modes and comparing the back down to dict values.

What we need to test is the actual creation of invalid configs and then to catch the errors raised.

Todo

Write full test suite.