aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_util.py
AgeCommit message (Collapse)Author
2014-07-25Autopep8 fixes with maximum line length 120Craig Northway
2014-02-09tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel
Needs plenty of work
2011-06-08util: Added test for iterable list, and implemented __contains__ and __del__ ↵Sebastian Thiel
functionality
2011-05-29Intermediate commit with quite some progress in order to put all extra ↵Sebastian Thiel
methods on the default Repo implementation into interfaces or something that can be abstracted. It shows that it would indeed be good to keep the differentiation between Repositories which contain an object database as it is clearly easier to setup any combination of repositories that use git and those that do not, with just the addition of one more level of indirection. Lets see how it will end up
2011-05-06replaced all gitdb strings with gitSebastian Thiel
2011-05-05Added all code from gitdb to gitpython. Next is to make it generally work. ↵Sebastian Thiel
Then the tests will need some work
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted