sourencho / ungroup_game

A multiplayer game about temporary alliances written with a custom engine in C++ and SFML
14 stars 1 forks source link

Create MineController, test setup/teardown and singleton reset methods #83

Closed sourencho closed 5 years ago

sourencho commented 5 years ago

Since singleton instances were being shared between tests I wrote reset methods for the singleton classes and called them at test setup.

codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit 0d605d27 and detected 0 issues on this pull request.

View more on Code Climate.