summaryrefslogtreecommitdiff
path: root/git/test/test_git.py
Commit message (Collapse)AuthorAgeFilesLines
* Minor modifications to get tests back to work.Sebastian Thiel2014-02-101-9/+8
| | | | Two tests are failing in the latest git version, would have to dig into it
* 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 ↵Sebastian Thiel2014-02-091-90/+90
| | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
* Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docsSebastian Thiel2011-07-051-0/+10
|
* Added version_info property to git command. Its cached and efficient, ↵Sebastian Thiel2011-06-071-66/+82
| | | | including test
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+84
adjusted