SIU-CS-435 / gallerist-online

Main repo for CS435 semester project for team JAMiN. An online multiplayer turn based board game.
2 stars 1 forks source link

Game Action Unit Tests #60

Open mbrajk opened 8 years ago

mbrajk commented 8 years ago

We need to implement unit tests for game actions so that we can automate testing game playing. As we make changes to the game we want to ensure that our games still work as intended. This will allow us to test without manually creating a game and taking all available actions. This is a child case of #58