jwir3 / gitbranchhealth

A tool for determining the health of branches in a git repository.
Mozilla Public License 2.0
0 stars 1 forks source link

Port branch data structure from Python #29

Open jwir3 opened 6 years ago

jwir3 commented 6 years ago

The Branch data structure, located in branch.py, needs to be ported over to Python, along with any tests that act on it.

If there are no tests that act on it, we should strive for at least 90% coverage of the branch data structure.