jedbrown / git-fat

Simple way to handle fat files without committing them to git, supports synchronization using rsync
BSD 2-Clause "Simplified" License
622 stars 137 forks source link

python3 support and improved tests #95

Open Jwink3101 opened 5 years ago

Jwink3101 commented 5 years ago

This is take II at adding python3 support. First, the test is updated to use a binary file (the downfall of the last attempt) and then git-fat is updated to handle python 3. There is also a new test runner to more carefully test python2 and 3 support by changing the shebang and bash path inside the test.

Insomuch as the tests have good coverage, everything passes in python2 and 3. I have not tested 2.6 since it was already broken. I have also not tested on Windows