aboutsummaryrefslogtreecommitdiff
path: root/test/git/test_remote.py
AgeCommit message (Expand)Author
2010-11-21flattened test folder structure, didn't adjust any file content yetSebastian Thiel
2010-11-15Optimized test-decorators, by completely removing with_bare_rw_repo, which wa...Sebastian Thiel
2010-10-15Fixed bug in http://byronimo.lighthouseapp.com/projects/51787/tickets/44-remo...Sebastian Thiel
2010-06-29Renamed modules utils to util, and errors to exc to be more conforming to the...Sebastian Thiel
2010-06-28All tests adjusted to work with the changed internal sha representationSebastian Thiel
2010-03-21test system: renamed a few test methods in test_remote which could been mista...Sebastian Thiel
2010-03-04Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel
2010-01-12Implemented RemoteProgress parsing for git-fetch, which might become availabl...Sebastian Thiel
2009-12-09config: fixed incorrect handling of default value in get_valueSebastian Thiel
2009-12-03repo: renamed directories to more descriptive identifiers and made them safer...Sebastian Thiel
2009-11-24PushInfo: added summary field to help providing user readable informationSebastian Thiel
2009-11-23remote.fetch: fetchInfo would not provide old_commit information in case of f...Sebastian Thiel
2009-11-06test_remote: fixed test which assumed existance of local master tracking bran...Sebastian Thiel
2009-11-04helpers: fixed and improved test repo decorators to use the new head.checkout...Sebastian Thiel
2009-11-03refs: iter_items now imlemented natively for additional performance. We did n...Sebastian Thiel
2009-11-03Finished all push tests I could think of so far. More error cases should be s...Sebastian Thiel
2009-11-03Intermediate commit with a few added and improved tests as well as many fixesSebastian Thiel
2009-11-02Implemented PushProgress and PushInfo class including basic test cases. Now m...Sebastian Thiel
2009-10-28Added frame for push testing and push implemenationSebastian Thiel
2009-10-28Another attempt to make fetch emit progress information, but in fact its prov...Sebastian Thiel
2009-10-28Tried to use shallow repository - this works in case it is remote, but unfort...Sebastian Thiel
2009-10-28Fixed bug when listing remotes - it was based on references which is incorrec...Sebastian Thiel
2009-10-28FetchInfo class is not a subclass of Remote class anymore, as more classes ar...Sebastian Thiel
2009-10-28IterableList: added support for prefix allowing remote.refs.master constructs...Sebastian Thiel
2009-10-28tag handling tests finished, unfortunately there is not yet a rejected case, ...Sebastian Thiel
2009-10-27Implemented handling of FETCH_HEAD and tags, some test cases still missing de...Sebastian Thiel
2009-10-27Added special cases to test that shows we cannot yet:Sebastian Thiel
2009-10-27Added remote stale_refs property including test, tested new remote branch han...Sebastian Thiel
2009-10-27Added non-fast forward test case, fixed parsing issue caused by initial line ...Sebastian Thiel
2009-10-27implemented test for rejection handling and fixed a bug when parsing remote r...Sebastian Thiel
2009-10-27Added testing frame for proper fetch testing to be very sure this works as ex...Sebastian Thiel
2009-10-27put _make_file helper method into TestBase classSebastian Thiel
2009-10-22Fixed decorator issue that would cause a function to be passed even though th...Sebastian Thiel
2009-10-21remote: Added fetch, pull, push methods to the interface to make these operat...Sebastian Thiel
2009-10-19Implemneted IterableLists for refs, commits and remote objects including simp...Sebastian Thiel
2009-10-19repo.remote method addedSebastian Thiel
2009-10-19remote: added tests for creation and removal, finishing the remote interfaceSebastian Thiel
2009-10-19remote: base tests succeed nowSebastian Thiel
2009-10-19Added configuration access including tests to remoteSebastian Thiel
2009-10-19Added remote module and test cases - about to implement remote option handlingSebastian Thiel