summaryrefslogtreecommitdiff
path: root/test/git/odb/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed odb from project, it is now used as a submodule named gitdb, which ↵Sebastian Thiel2010-06-121-1/+0
| | | | | | was added instead Adjusted all imports to deal with the changed package names
* Added basic channel implementation including testSebastian Thiel2010-06-051-0/+1
restructured odb tests, they are now in an own module to keep the modules small