aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_git.py
AgeCommit message (Expand)Author
2016-09-28Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos
2016-09-28Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos
2016-09-28src: constify is_<platform>() callsKostis Anagnostopoulos
2016-09-28test, #519: Try appveyor advice for never-ending buildsKostis Anagnostopoulos
2016-09-27src, #519: collect all is_<platform>() callsKostis Anagnostopoulos
2016-09-26Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow killKostis Anagnostopoulos
2016-09-26test, #519: Popen() universal_newlin.es NoWindow in WinfoesKostis Anagnostopoulos
2016-09-26test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp`Kostis Anagnostopoulos
2016-09-26apveyor, #519: FIX incomplete Popen pumpKostis Anagnostopoulos
2016-09-26win: GC.collect on all TC.tearDown to fix appveyor hang runsKostis Anagnostopoulos
2016-09-25test, deps: FIX `mock` deps on py3.Kostis Anagnostopoulos
2016-06-13fix(cmd): allow any kind of status messageSebastian Thiel
2016-05-18Need spaces in Emacs style encoding commentSteven Colby
2016-04-19Support repeated kwargsVincent Driessen
2015-08-20fix(test): update to changes.Marcos Dione
2015-07-03fix(travis): get py2.6 to workSebastian Thiel
2015-07-03fix(cmd): work with py3Sebastian Thiel
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