rs2048 icon indicating copy to clipboard operation
rs2048 copied to clipboard

Code needs unit tests

Open BartMassey opened this issue 6 years ago • 1 comments

Testing for GUI code with randomization is hard, but some basic unit tests for the other functions would give more confidence that all is well. See issue #10 for where some doctests might come from.

BartMassey avatar Jan 05 '19 02:01 BartMassey

There are unit tests for the actual merging/shifting algorithm in the cli branch that I didn't move over when I implemented the GUI. Just moving those over and expanding them would be a good start.

KappaDistributive avatar Jan 05 '19 02:01 KappaDistributive