caseycas / gitcproc

Tool for analyzing git log messages and diffs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Improvement (gitcproc.py)

caseycas opened this issue · comments

Given the issue that Cindy had yesterday running the tool because I forgot to commit one file, I think we need to have a test run the whole tool and get some output. This will help flag issues that crop up outside the core loop areas.

Test is in there, but I haven't been able to configure travis to work with both Java and Python. Its apparently not set up to work with multiple languages well yet.