Test project on Windows with MINGW git (conda2.7&3.4/cpy-3.5) by ankostis · Pull Request #519 · gitpython-developers/GitPython
ankostis added a commit to ankostis/GitPython that referenced this pull request
ankostis added a commit to ankostis/GitPython that referenced this pull request
ankostis added a commit to ankostis/GitPython that referenced this pull request
ankostis added a commit to ankostis/GitPython that referenced this pull request
ankostis added a commit to ankostis/GitPython that referenced this pull request
ankostis added a commit to ankostis/GitPython that referenced this pull request
ankostis added a commit to ankostis/GitPython that referenced this pull request
This was referenced
+ FIX TestRepo.test_submodule_update(): + submod: del `.git` file prior overwrite; Windows denied otherwise! + FIX TestRepo.test_untracked_files(): + In the `git add <file>` case, it failed with unicode args on PY2. Had to encode them with `locale.getpreferredencoding()` AND use SHELL. + cmd: add `shell` into `execute()` kwds, for overriding USE_SHELL per command. + repo: replace blocky `communicate()` in `_clone()` with thread-pumps. + test_repo.py: unittestize (almost all) assertions. + Replace open --> with open for index (base and TC). + test_index.py: Enabled a dormant assertion.
This was referenced
This was referenced