summaryrefslogtreecommitdiff
path: root/gitdb/test/lib.py
Commit message (Collapse)AuthorAgeFilesLines
* First rename session, db/test_base.py works, but there is much more work to doSebastian Thiel2011-05-041-7/+6
|
* Moved plenty of code around to separate pure python implementation from ↵Sebastian Thiel2011-04-291-3/+3
| | | | 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.
* Fixed reference tests - symbolic refs now need to be created with a ↵Sebastian Thiel2011-04-261-3/+3
| | | | git_dir() providing repository. Currently there is no separate interface for this, which might have to be added at some point just for the sake of completeness
* Fixed ref test up to the point where there is an issue resolving objects in ↵Sebastian Thiel2011-04-261-3/+5
| | | | the database for some reason.
* Added ref implementation and tried to fix it so that it has a chance of ↵Sebastian Thiel2011-04-071-10/+47
| | | | running. Currently it requires an object implementation which will be ported next. None of the tests is expected to run yet.
* Implemented remainder of the test, and it already shows that something is ↵Sebastian Thiel2011-03-311-2/+5
| | | | wrong with my packs. Probably something stupid ;)
* preprended all modules with licensing informationSebastian Thiel2011-02-231-0/+4
|
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-301-0/+155
Submodule relinked to point to new github location, and moved as well