summaryrefslogtreecommitdiff
path: root/git/test/lib/helper.py
Commit message (Expand)AuthorAgeFilesLines
* 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-041-3/+3
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-2/+2
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-8/+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-191-8/+11
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-17/+17
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-1/+1
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-0/+13
* pep8 linting (whitespaces)Antoine Musso2014-11-161-32/+32
* 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-251-0/+245