summaryrefslogtreecommitdiff
path: root/git/test/lib
Commit message (Expand)AuthorAgeFilesLines
* 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, deps: FIX `mock` deps on py3.Kostis Anagnostopoulos2016-09-251-1/+4
* 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
* ENH: respect GIT_PYTHON_TEST_GIT_REPO_BASE env var in testsYaroslav Halchenko2015-02-071-1/+1
* Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-0/+4
* Removed os.path.realpath invocations as they are not necessary if paths are u...Sebastian Thiel2015-01-121-2/+2
* Repo paths are now converted to real paths, as well as all paths involved in ...Sebastian Thiel2015-01-121-3/+7
* Made improvements to assure test-cases don't leak file handlesSebastian Thiel2015-01-071-0/+5
* test_repo worksSebastian Thiel2015-01-061-0/+1
* test_remote worksSebastian Thiel2015-01-061-4/+7
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-051-2/+2
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-3/+5
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-042-13/+11
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-041-0/+1
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-042-2/+3
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-042-7/+18
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-042-9/+9
* Applied autopep8Sebastian Thiel2015-01-041-1/+1
* Auto-skip performance tests more quietly on travisSebastian Thiel2015-01-031-0/+3
* Auto-launching git daemon to make tests more independentSebastian Thiel2015-01-021-3/+22
* Applied autopep8Sebastian Thiel2014-11-192-9/+12
* pep8 linting (trailing whitespace)Antoine Musso2014-11-162-19/+19
* pep8 linting (whitespace before/after)Antoine Musso2014-11-162-3/+3
* pep8 linting (blank lines expectations)Antoine Musso2014-11-162-0/+21
* pep8 linting (whitespaces)Antoine Musso2014-11-162-35/+35
* Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel2014-11-151-1/+1
|\
| * [#7021] Added serialization and test from upstream and fixed test issuesCory Johns2014-03-031-1/+1
* | Adjusted required versions of pre-requisites, now the majority of the tests workSebastian Thiel2014-02-101-1/+1
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-206/+206
|/
* Improved debug assertion to provide proper path on which to run a git daemonSebastian Thiel2011-06-071-2/+4
* Fixed all testcasesSebastian Thiel2010-11-251-1/+1
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-253-0/+308