summaryrefslogtreecommitdiff
path: root/git/test/lib/helper.py
Commit message (Expand)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-121-375/+0
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-0/+375
* tests: move to root dirKonrad Weihmann2020-07-121-375/+0
* 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
* 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
* Win, #519: FIX undead Git-daemon on WindowsKostis Anagnostopoulos2016-09-281-6/+30
* test, #519: Try appveyor advice for never-ending buildsKostis Anagnostopoulos2016-09-281-1/+1
* src, #519: Improve daemon launch so Win does not stuckKostis Anagnostopoulos2016-09-271-31/+38
* src, #519: collect all is_<platform>() callsKostis Anagnostopoulos2016-09-271-4/+4
* win, #519: proc.terminate() instead of kill(SIGTERM)Kostis Anagnostopoulos2016-09-261-3/+2
* Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow killKostis Anagnostopoulos2016-09-261-5/+7
* win: GC.collect on all TC.tearDown to fix appveyor hang runsKostis Anagnostopoulos2016-09-261-0/+2
* test: make git-daemon port configurable via envBenedikt Morbach2015-04-211-3/+7
* test: Make git-daemon only listen on localhostBenedikt Morbach2015-04-211-1/+1
* fix(docs): be clear about exit code handlingSebastian Thiel2015-04-081-3/+11
* Minor Flake8 fixes.Sebastian Thiel2015-02-091-4/+6