summaryrefslogtreecommitdiff
path: root/git/test/lib/helper.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-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