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
Sep 25, 2016ankostis added a commit to ankostis/GitPython that referenced this pull request
Sep 25, 2016ankostis added a commit to ankostis/GitPython that referenced this pull request
Sep 25, 2016ankostis added a commit to ankostis/GitPython that referenced this pull request
Sep 26, 2016ankostis added a commit to ankostis/GitPython that referenced this pull request
Sep 26, 2016ankostis added a commit to ankostis/GitPython that referenced this pull request
Sep 26, 2016ankostis added a commit to ankostis/GitPython that referenced this pull request
Sep 26, 2016This was referenced
Oct 1, 2016+ 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
Oct 1, 2016This was referenced
Oct 11, 2016This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters