zsabbagh / algorithms

Minimal examples of data structures and algorithms in Python.
MIT License
0 stars 0 forks source link

Implement tests to improve branch coverage #3

Closed zsabbagh closed 1 year ago

zsabbagh commented 1 year ago

Implement unit tests to improve branch coverage. There are a lot of functions and files that are not tested. Functions to define tests for are:

More could be added. Approximately 22.7% of the files are untested.

zsabbagh commented 1 year ago

4 unit tests added to RBTree

zsabbagh commented 1 year ago

Coverage improved for all functions