summaryrefslogtreecommitdiff
path: root/git/test/db/lib.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed all remaining python repository testsSebastian Thiel2011-05-301-2/+40
|
* Fixed tests far enough to allow basic repository tests to be applied to any ↵Sebastian Thiel2011-05-301-7/+0
| | | | 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-061-6/+6
|
* Added all code from gitdb to gitpython. Next is to make it generally work. ↵Sebastian Thiel2011-05-051-0/+215
Then the tests will need some work