jak103 / uno

Uno game for DevOps class
3 stars 34 forks source link

Unit tests for uno.goToNextPlayer #182

Closed logan-hendricks closed 4 years ago

logan-hendricks commented 4 years ago

As a class, we should have written the unit test for uno.goToNextPlayer when rounding out the application... however, we stampeding features, and didn't have time.

This particular method does not have any unit tests created for it.

Write a unit test that sets up the data in the database required for going to the next player, and then write the unit test for goToNextPlayer

Jaredcscott commented 4 years ago

I will have this done before class on Tuesday.