summaryrefslogtreecommitdiff
path: root/test/git/test_remote.py
Commit message (Collapse)AuthorAgeFilesLines
* Implemneted IterableLists for refs, commits and remote objects including ↵Sebastian Thiel2009-10-191-0/+1
| | | | simple tests
* repo.remote method addedSebastian Thiel2009-10-191-0/+1
| | | | CHANGES updated to carry information about remotes and config
* remote: added tests for creation and removal, finishing the remote interfaceSebastian Thiel2009-10-191-2/+17
|
* remote: base tests succeed nowSebastian Thiel2009-10-191-1/+6
|
* Added configuration access including tests to remoteSebastian Thiel2009-10-191-2/+23
| | | | | config: fixed issue that would cause it to abort reading if the file did not exist - this is valid now Test does not work as the configuration parsing does not work as expected - this must be fixed first
* Added remote module and test cases - about to implement remote option handlingSebastian Thiel2009-10-191-0/+48