jonnycomes / look_and_say

A python module for exploring look and say sequences in the spirit of John H Conway.
https://jonnycomes.github.io/look_and_say/
MIT License
1 stars 0 forks source link

Add Unit Tests #10

Closed jonnycomes closed 2 years ago

jonnycomes commented 2 years ago

Enough unit tests were added to get 100% coverage. Although more unit tests should still be added to really test all the features, the current test suite is sufficient to close this issue.