aboutsummaryrefslogtreecommitdiff
path: root/git/test/lib
AgeCommit message (Expand)Author
2017-04-09Python 3.6 invalid escape sequence deprecation fixesVille Skyttä
2017-03-09Spelling fixesVille Skyttä
2016-12-08fix(leaks, TCs): attempt to cleanup mman before deleting tmp-dirsKostis Anagnostopoulos
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel
2016-10-20Fix some typosSantiago Castro
2016-10-17tc-helper: fix minor contexlib abuseKostis Anagnostopoulos
2016-10-17helper: minor fix prefix of temp-dirsKostis Anagnostopoulos
2016-10-14cygwin, #533: FIX daemon launchingKostis Anagnostopoulos
2016-10-14cygwin, #533: Try to make it work with Cygwin's Git.Kostis Anagnostopoulos
2016-10-14remote, #525: FIX BUG push-cmd misses error messagesKostis Anagnostopoulos
2016-10-12config, #525: polish more config-urlsKostis Anagnostopoulos
2016-10-12daemon, #525: simplify exception handlingKostis Anagnostopoulos
2016-10-12daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos
2016-10-11FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos
2016-10-04io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-04hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos
2016-10-03Appveyor: Set HIDE_WINDOWS_KNOWN_ERRORS=TrueKostis Anagnostopoulos
2016-10-03Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_showKostis Anagnostopoulos
2016-10-02BF: log.info is a function, just pass msg, no .write!Yaroslav Halchenko
2016-10-02BF: @with_rw_directory must return decorated callYaroslav Halchenko
2016-10-02RF: use @functools.wraps within decorators instead of manual __name__ reassig...Yaroslav Halchenko
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
2016-09-28remote, #519: INCOMPLETE FIX-2 double-decoding push-infosKostis Anagnostopoulos
2016-09-28remote, #519: FIX1-of-2 double-decoding push-infosKostis 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-28Win, #519: FIX undead Git-daemon on WindowsKostis Anagnostopoulos
2016-09-28test, #519: Try appveyor advice for never-ending buildsKostis Anagnostopoulos
2016-09-27src, #519: Improve daemon launch so Win does not stuckKostis Anagnostopoulos
2016-09-27src, #519: collect all is_<platform>() callsKostis Anagnostopoulos
2016-09-26win, #519: proc.terminate() instead of kill(SIGTERM)Kostis Anagnostopoulos
2016-09-26Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow killKostis 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
2015-04-21test: make git-daemon port configurable via envBenedikt Morbach
2015-04-21test: Make git-daemon only listen on localhostBenedikt Morbach
2015-04-08fix(docs): be clear about exit code handlingSebastian Thiel
2015-02-09Minor Flake8 fixes.Sebastian Thiel
2015-02-07ENH: respect GIT_PYTHON_TEST_GIT_REPO_BASE env var in testsYaroslav Halchenko
2015-01-22Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel
2015-01-12Removed os.path.realpath invocations as they are not necessary if paths are u...Sebastian Thiel
2015-01-12Repo paths are now converted to real paths, as well as all paths involved in ...Sebastian Thiel
2015-01-07Made improvements to assure test-cases don't leak file handlesSebastian Thiel
2015-01-06test_repo worksSebastian Thiel
2015-01-06test_remote worksSebastian Thiel
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel