peritus / bumpversion

Version-bump your software with a single command
https://pypi.python.org/pypi/bumpversion
MIT License
1.5k stars 148 forks source link

Fixes #145 - Tests for python builds with unified_diff count #146

Closed garyjohnson closed 5 years ago

garyjohnson commented 8 years ago

Fix for issue #145 . Using skipif to conditionally run different tests in Python >=2.7.10 <=3.2. Unfortunately because of this there's some test duplication. Happy to try something else if you think a different approach would be more appropriate.

garyjohnson commented 8 years ago

Failed but should be fixed by merging PR #139