summaryrefslogtreecommitdiff
path: root/gitdb/db/py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed remaining tests as far as possible/necessary before the actual work ↵fetch_n_pushSebastian Thiel2011-05-051-3/+0
| | | | starts. Oh my ...
* Fixed db/test_gitSebastian Thiel2011-05-052-4/+11
|
* First rename session, db/test_base.py works, but there is much more work to doSebastian Thiel2011-05-048-61/+60
|
* Moved plenty of code around to separate pure python implementation from ↵Sebastian Thiel2011-04-299-0/+1524
future ones. This will change plenty of imports, which still needs to be fixed. Fortunately, this is a good foundation for getting all the tests fixed one again. Another step is to make the tests more flexible by allowing to run them with different object database easily.