tox-dev / tox-extra

Tox plugin which adds few extra checks like assuring that git does not report dirty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run git diff on failure

ssbarnea opened this issue · comments

Instead of just displaying the failure message when git reports dirty, also run git --no-pager diff --color in order to show exactly what was changed.