aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_remote.py
AgeCommit message (Collapse)Author
2011-07-07Initial version of the DulwichType inheritance. For now, it inherits ↵Sebastian Thiel
everything from the existing implementation, but one by one things can be reimplmented to use dulwich. It also shows that py 2.6 is quite plagued from its new feature, which is actually a bug, as objects inability to accept any args makes mixins hard to use ...
2011-07-04Fetch info can now deal much better with non-default ref specs, see #23, ↵Sebastian Thiel
#24, #25
2011-06-07First run in order to fix the remote handling. Cleaned up interfaces and ↵Sebastian Thiel
figured out that the implementation really should be specific to the git command. This leaves the interface open for other implemntations which use a different way to provide feedback (as we do not make assumptions about the format of a feedback line)
2011-05-30Fixed remaining tests as good as possible. remote/fetch/pull and submodule ↵Sebastian Thiel
tests need some more work. Also, the tests need to be reorganized and move closer to their actual location within gitpython. Hence the refs tests go to git.test.refs, etc
2011-05-06Started to fix imports - tests still have no chance to work as database ↵Sebastian Thiel
changed drastically. Now the actual work begins
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted