summaryrefslogtreecommitdiff
path: root/git/test/test_remote.py
Commit message (Collapse)AuthorAgeFilesLines
* Initial version of the DulwichType inheritance. For now, it inherits ↵Sebastian Thiel2011-07-071-0/+8
| | | | | | 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 ...
* Fetch info can now deal much better with non-default ref specs, see #23, ↵Sebastian Thiel2011-07-041-2/+2
| | | | #24, #25
* First run in order to fix the remote handling. Cleaned up interfaces and ↵Sebastian Thiel2011-06-071-425/+423
| | | | 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)
* Fixed remaining tests as good as possible. remote/fetch/pull and submodule ↵Sebastian Thiel2011-05-301-2/+9
| | | | 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
* Started to fix imports - tests still have no chance to work as database ↵Sebastian Thiel2011-05-061-1/+1
| | | | changed drastically. Now the actual work begins
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+445
adjusted