aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_git.py
AgeCommit message (Expand)Author
2020-07-12tests: move to root dirKonrad Weihmann
2020-07-12Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel
2020-07-12tests: move to root dirKonrad Weihmann
2020-02-25Remove now unnecessary explicit Unicode string literal prefixesHarmon
2020-02-16Remove test.lib.asserts and use unittest.mock.patch directlyHarmon
2020-02-16Replace assert_true with assertTrueHarmon
2020-02-16Replace raises with assertRaisesHarmon
2020-02-16Replace assert_equal with assertEqualHarmon
2020-02-16Remove and replace assert_match with assertRegexHarmon
2020-02-16Remove outdated checks for unittest.mock existenceHarmon
2020-02-16Replace deprecated assertEquals alias with assertEqual in TestGitHarmon
2020-02-16Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon
2020-02-08Remove checks for Python 2 and/or 3Harmon
2019-09-10Fix #889: Add DeepSource config and fix some major issuesMohit Solanki
2019-07-29Fix Git.transform_kwargFrantišek Nečas
2018-08-05Exclude kwarg when NoneAndrew Rabert
2018-08-05Add test that raises TypeError in git.execute(..., output_stream=file)Dmitry Nikulin
2018-03-18Replace function call with set literalHugo
2017-11-28BF(WIN): where could report multiple hits, so choose firstYaroslav Halchenko
2017-11-28BF(WIN): use where instead of which while looking for gitYaroslav Halchenko
2017-09-28Merge branch 'master' into masterSebastian Thiel
2017-07-19test if it accepts environment variables in commandsAnson Mansfield
2017-07-09Renamed refresh to setup and removed alias function & added unittestOdegard, Ken
2017-04-09Python 3.6 invalid escape sequence deprecation fixesVille Skyttä
2017-03-09Spelling fixesVille Skyttä
2016-10-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel
2016-10-19Fix flake8 errorBenjamin Poldrack
2016-10-18Add a test for persistent git optionsBenjamin Poldrack
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-13remote, #525: pump fetch-infos instead of GIL-read stderrKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
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