aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_git.py
AgeCommit message (Expand)Author
2015-07-03fix(cmd): don't open stdout when fetchingSebastian Thiel
2015-07-03test(git): remove unnecessary fixtureSebastian Thiel
2015-07-03fix(cmd): line parsingSebastian Thiel
2015-06-26fix(git-test): assure test does works on linuxSebastian Thiel
2015-06-10fix(test_git): handle `select.poll()` missingSebastian Thiel
2015-04-08fix(test_cmd): handle GitCommandNotFound in testSebastian Thiel
2015-02-21Added 'insert_kwargs_after' flag for consumption by _call_process.Sebastian Thiel
2015-01-22Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel
2015-01-22Added test for `sshkey` context manager.Sebastian Thiel
2015-01-22Intermediate commit on my way to get this finalized.Sebastian Thiel
2015-01-21Add a few testsJonas Trappenberg
2015-01-06Improved windows test suite.Sebastian Thiel
2015-01-06Fixed test_git once againSebastian Thiel
2015-01-06fixed test_gitSebastian Thiel
2015-01-05test_git worksSebastian Thiel
2015-01-04Replaced ordered dict with standard version; used logging moduleSebastian Thiel
2015-01-03This should help getting travis to work, finallySebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-17Copy environment for subprocess executionDarragh Bailey
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-11-15Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel
2014-11-14Updated README to better represent current stateSebastian Thiel
2014-11-12Basic test for __unpack_args to verify unicode handling worksCraig Northway
2014-04-25add git command optionsEric Brunson
2014-04-25add git command optionsEric Brunson
2014-02-10Minor modifications to get tests back to work.Sebastian Thiel
2014-02-10Adjusted required versions of pre-requisites, now the majority of the tests workSebastian Thiel
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2011-07-05Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docsSebastian Thiel
2011-06-07Added version_info property to git command. Its cached and efficient, includi...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel