hwoodward / Remote-Card-Games

Program for playing card games online/remotely. Goal is to play a game of hand and foot with multiple groups in different locations.
MIT License
2 stars 1 forks source link

Unit test cards #15

Closed hwoodward closed 5 years ago

hwoodward commented 5 years ago

Wrote unit tests for non-network code - specifically the Card object, and the state trackers. This will need to be maintained, do not accept future MRs that change the state tracker or add a common class without unit tests being included.

Closes #14

hwoodward commented 5 years ago

@slwoodward Instructions for running the unit tests are in the README update in this Pull Request - you can select what branch you want to look at in the "<>Code" tab and see that information.