summaryrefslogtreecommitdiff
path: root/git/test/db
Commit message (Collapse)AuthorAgeFilesLines
* Fixed test_loose.pySebastian Thiel2011-05-301-3/+5
|
* Fixed test_git.pySebastian Thiel2011-05-301-8/+12
|
* git cmd implementation of repository appears to work, at least this is what ↵Sebastian Thiel2011-05-308-30/+46
| | | | the test suggests. Pure python implementation still has some trouble, but this should be very fixable
* Fixed tests far enough to allow basic repository tests to be applied to any ↵Sebastian Thiel2011-05-306-7/+656
| | | | 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
* replaced all gitdb strings with gitSebastian Thiel2011-05-067-25/+25
|
* Added all code from gitdb to gitpython. Next is to make it generally work. ↵Sebastian Thiel2011-05-058-0/+480
Then the tests will need some work