aboutsummaryrefslogtreecommitdiff
path: root/git/test/db/lib.py
AgeCommit message (Collapse)Author
2014-02-09tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel
Needs plenty of work
2011-07-06Added basis for initial dulwich integration. Many basic issues should ↵Sebastian Thiel
surface while integrating this
2011-05-30Fixed all remaining python repository testsSebastian Thiel
2011-05-30Fixed tests far enough to allow basic repository tests to be applied to any ↵Sebastian Thiel
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
2011-05-06replaced all gitdb strings with gitSebastian Thiel
2011-05-05Added all code from gitdb to gitpython. Next is to make it generally work. ↵Sebastian Thiel
Then the tests will need some work