git_time_extractor
git_time_extractor copied to clipboard
Add test coverage
Up to this point, this app has been developed without a test suite. Which would never be allowed in a client project, but since this was a toy open source project, bad habits slipped in. Test cases for the current functionality should be added. Then new features should be added with tests first.