summaryrefslogtreecommitdiff
path: root/git/test/test_git.py
Commit message (Expand)AuthorAgeFilesLines
* Need spaces in Emacs style encoding commentSteven Colby2016-05-181-1/+1
* Support repeated kwargsVincent Driessen2016-04-191-0/+4
* fix(test): update to changes.Marcos Dione2015-08-201-1/+1
* fix(travis): get py2.6 to workSebastian Thiel2015-07-031-1/+1
* fix(cmd): work with py3Sebastian Thiel2015-07-031-2/+6
* fix(cmd): don't open stdout when fetchingSebastian Thiel2015-07-031-11/+21
* test(git): remove unnecessary fixtureSebastian Thiel2015-07-031-14/+12
* fix(cmd): line parsingSebastian Thiel2015-07-031-0/+17
* fix(git-test): assure test does works on linuxSebastian Thiel2015-06-261-1/+2
* fix(test_git): handle `select.poll()` missingSebastian Thiel2015-06-101-6/+10
* fix(test_cmd): handle GitCommandNotFound in testSebastian Thiel2015-04-081-5/+2
* Added 'insert_kwargs_after' flag for consumption by _call_process.Sebastian Thiel2015-02-211-0/+4
* Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel2015-01-221-15/+9
* Added test for `sshkey` context manager.Sebastian Thiel2015-01-221-4/+19
* Intermediate commit on my way to get this finalized.Sebastian Thiel2015-01-221-12/+28
* Add a few testsJonas Trappenberg2015-01-211-0/+20
* Improved windows test suite.Sebastian Thiel2015-01-061-1/+6
* Fixed test_git once againSebastian Thiel2015-01-061-2/+12
* fixed test_gitSebastian Thiel2015-01-061-2/+2
* test_git worksSebastian Thiel2015-01-051-7/+8
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-1/+3
* This should help getting travis to work, finallySebastian Thiel2015-01-031-1/+1
* Applied autopep8Sebastian Thiel2014-11-191-10/+11
* Copy environment for subprocess executionDarragh Bailey2014-11-171-0/+6
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-1/+1
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-7/+7
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-2/+1
* pep8 linting (whitespaces)Antoine Musso2014-11-161-3/+3
* Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel2014-11-151-2/+2
|\
* | Updated README to better represent current stateSebastian Thiel2014-11-141-7/+6
* | Basic test for __unpack_args to verify unicode handling worksCraig Northway2014-11-121-11/+20
* | add git command optionsEric Brunson2014-04-251-0/+2
* | add git command optionsEric Brunson2014-04-251-0/+12
* | Minor modifications to get tests back to work.Sebastian Thiel2014-02-101-9/+8
* | Adjusted required versions of pre-requisites, now the majority of the tests workSebastian Thiel2014-02-101-1/+1
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-90/+90
|/
* Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docsSebastian Thiel2011-07-051-0/+10
* Added version_info property to git command. Its cached and efficient, includi...Sebastian Thiel2011-06-071-66/+82
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+84