summaryrefslogtreecommitdiff
path: root/git/test/test_git.py
Commit message (Collapse)AuthorAgeFilesLines
* Added version_info property to git commandSebastian Thiel2011-06-071-0/+7
|
* Fixed remaining tests as good as possible. remote/fetch/pull and submodule ↵Sebastian Thiel2011-05-301-66/+75
| | | | tests need some more work. Also, the tests need to be reorganized and move closer to their actual location within gitpython. Hence the refs tests go to git.test.refs, etc
* Fixed tests far enough to allow basic repository tests to be applied to any ↵Sebastian Thiel2011-05-301-1/+1
| | | | of the new database types. This reduces code duplication to the mere minimum, but allows custom tests to be added on top easily and flexibly
* Started to fix imports - tests still have no chance to work as database ↵Sebastian Thiel2011-05-061-1/+1
| | | | changed drastically. Now the actual work begins
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+84
adjusted