summaryrefslogtreecommitdiff
path: root/git/test/db/lib.py
Commit message (Collapse)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-251-53/+52
|
* Basic fixes to get tests back on track. Of course there is much more work to ↵Sebastian Thiel2014-02-101-1/+1
| | | | be done here
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel2014-02-091-228/+228
| | | | Needs plenty of work
* Added basis for initial dulwich integration. Many basic issues should ↵Sebastian Thiel2011-07-061-1/+2
| | | | surface while integrating this
* 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