summaryrefslogtreecommitdiff
path: root/git/test/lib
Commit message (Expand)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-122-387/+0
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-122-0/+387
* tests: move to root dirKonrad Weihmann2020-07-122-387/+0
* Remove test.lib.asserts and use unittest.mock.patch directlyHarmon2020-02-162-10/+0
* Replace assert_false with assertFalseHarmon2020-02-161-5/+1
* Replace assert_true with assertTrueHarmon2020-02-161-2/+1
* Replace raises with assertRaisesHarmon2020-02-161-2/+1
* Replace assert_raises with assertRaisesHarmon2020-02-161-3/+1
* Replace assert_not_equal with assertNotEqualHarmon2020-02-161-2/+1
* Replace assert_equal with assertEqualHarmon2020-02-161-2/+1
* Remove and replace assert_match with assertRegexHarmon2020-02-161-13/+1
* Remove old, no longer used assert methodsHarmon2020-02-161-37/+1
* Remove outdated checks for unittest.mock existenceHarmon2020-02-161-5/+1
* Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon2020-02-161-1/+1
* Remove check for Python 2.7Harmon2020-02-081-6/+0
* Remove and replace compat.string_typesHarmon2020-02-081-3/+3
* Fix performance regression, see #906Sebastian Thiel2019-08-141-1/+2
* use git rev-parse to look for config fileBenjamin Dauvergne2019-08-111-2/+1
* Drop support for EOL Python 2.6Hugo2018-03-181-6/+1
* Merge branch 'bf-includes' of https://github.com/yarikoptic/GitPython into ya...Sebastian Thiel2017-12-111-1/+5
|\
| * BF: process included files before the restYaroslav Halchenko2017-11-271-1/+5
* | RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko2017-11-271-3/+3
|/
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-04-091-1/+1
* Spelling fixesVille Skyttä2017-03-091-1/+1
* fix(leaks, TCs): attempt to cleanup mman before deleting tmp-dirsKostis Anagnostopoulos2016-12-081-6/+10
* Fixes to support Python 2.6 again.Andreas Maier2016-10-241-5/+12
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-221-108/+114
|\
| * tc-helper: fix minor contexlib abuseKostis Anagnostopoulos2016-10-171-4/+3
| * helper: minor fix prefix of temp-dirsKostis Anagnostopoulos2016-10-171-2/+2
| * cygwin, #533: FIX daemon launchingKostis Anagnostopoulos2016-10-141-108/+115
| * cygwin, #533: Try to make it work with Cygwin's Git.Kostis Anagnostopoulos2016-10-141-1/+1
* | Fix some typosSantiago Castro2016-10-201-1/+1
|/
* remote, #525: FIX BUG push-cmd misses error messagesKostis Anagnostopoulos2016-10-141-16/+8
* config, #525: polish more config-urlsKostis Anagnostopoulos2016-10-121-3/+4
* daemon, #525: simplify exception handlingKostis Anagnostopoulos2016-10-121-33/+5
* daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos2016-10-121-38/+54
* FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos2016-10-111-6/+1
* io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos2016-10-041-11/+9
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-7/+7
* hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos2016-10-041-2/+4
* Appveyor: Set HIDE_WINDOWS_KNOWN_ERRORS=TrueKostis Anagnostopoulos2016-10-031-1/+1
* Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_showKostis Anagnostopoulos2016-10-031-0/+5
* BF: log.info is a function, just pass msg, no .write!Yaroslav Halchenko2016-10-021-2/+2
* BF: @with_rw_directory must return decorated callYaroslav Halchenko2016-10-021-0/+2
* RF: use @functools.wraps within decorators instead of manual __name__ reassig...Yaroslav Halchenko2016-10-021-3/+6
* io, #519: ALL open() --> with open()Kostis Anagnostopoulos2016-10-011-4/+4
* remote, #519: INCOMPLETE FIX-2 double-decoding push-infosKostis Anagnostopoulos2016-09-281-1/+2
* remote, #519: FIX1-of-2 double-decoding push-infosKostis Anagnostopoulos2016-09-281-2/+6
* Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos2016-09-281-16/+37
* src: constify is_<platform>() callsKostis Anagnostopoulos2016-09-281-4/+4