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