aboutsummaryrefslogtreecommitdiff
path: root/test/git/test_repo.py
AgeCommit message (Expand)Author
2009-10-23Added repo.index property including simple test, and additional ideas in the ...Sebastian Thiel
2009-10-22Adjusted tests to deal with API changesSebastian Thiel
2009-10-22Adjusted all remaining test suites to use the new TestBase class where approp...Sebastian Thiel
2009-10-22Git.cmd: removed with_raw_output optionSebastian Thiel
2009-10-20repo.alternates test cheked for correctness and bugfixed - totally mocked tes...Sebastian Thiel
2009-10-20Fixed bare repository handling - bare is now a property to prevent writing itSebastian Thiel
2009-10-20Moved specialized methods like dashify, touch and is_git_dir to module to the...Sebastian Thiel
2009-10-20Improved is_dirty including testSebastian Thiel
2009-10-19Implemneted IterableLists for refs, commits and remote objects including simp...Sebastian Thiel
2009-10-19commit.count: is an instance method nowSebastian Thiel
2009-10-19added additional testing for the configuration, concurrent access and config ...Sebastian Thiel
2009-10-18Added frame for configuration reader involving a meta class, decorators and t...Sebastian Thiel
2009-10-17Removed a few diff-related test cases that fail now as the respective method ...Sebastian Thiel
2009-10-16Fixed object bug that would cause object ids not to be resolved to sha's as t...Sebastian Thiel
2009-10-16repo.untracked_files added including testSebastian Thiel
2009-10-15Improved archive function by allowing it to directly write to an output strea...Sebastian Thiel
2009-10-15repo: made init and clone methods less specific, previously they wanted to do...Sebastian Thiel
2009-10-15Object can now create objects of the proper type in case one attempts to crea...Sebastian Thiel
2009-10-15Added Commit.iter_parents to iterate all parentsSebastian Thiel
2009-10-15repo: removed a few methods because of redundancy or because it will be obsol...Sebastian Thiel
2009-10-15All times are not stored as time_struct, but as simple int to consume less me...Sebastian Thiel
2009-10-14tree: now reads tress directly by parsing the binary data, allowing it to saf...Sebastian Thiel
2009-10-14test_blob: removed many redundant tests that would fail now as the mock canno...Sebastian Thiel
2009-10-14cmd: added option to return the process directly, allowing to read the output...Sebastian Thiel
2009-10-12tree: now behaves like a list with string indexing functionality - using a di...Sebastian Thiel
2009-10-12repo.active_branch now returns a Head object, not a stringSebastian Thiel
2009-10-12Reorganized package structure and cleaned up importsSebastian Thiel
2009-10-11Added remaining tests for new base classes and removed some methods whose exi...Sebastian Thiel
2009-10-11Fixed remaining tests to deal with the changesSebastian Thiel
2009-10-11commit: fixed failing commit tests as the mocked git command would always ret...Sebastian Thiel
2009-10-11converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...Sebastian Thiel
2009-10-08Merge branch 'doc_enhancements' into fixesSebastian Thiel
2009-10-08repo_tests: fixed duplicate test-method name which would redefine the previou...Sebastian Thiel
2009-10-08improved repo documentationSebastian Thiel
2009-09-14Fix unittests for Mock 0.5.0Paul J. Davis
2009-01-24Lots of spring cleaning and added in Sphinx documentation.Michael Trier
2008-12-15Make message the full message and add a summary propertyPaul Sowden
2008-12-15add a path parameter to most commit methodsPaul Sowden
2008-12-15remove ambiguity between paths and treeishsPaul Sowden
2008-12-15Corrected failing tests because the Repo mocking was not returning None.Michael Trier
2008-12-15Get compatible with mock0.4 (to some extend ;)). Just that MichaelFlorian Apolloner
2008-09-17Replace GitPython with git in repr() outputs.Steve Frécinaux
2008-09-14Merge branch 'master' of git://gitorious.org/git-python/dokais-cloneMichael Trier
2008-09-12Added a read-only Repo.active_branch property which returns the name of the c...Kai Lautaportti
2008-09-12Added a read-only property Repo.is_dirty which reflects the status of theKai Lautaportti
2008-09-07Allow modifying the project descriptionSteve Frécinaux
2008-09-07Make daemon export a property of git.RepoSteve Frécinaux
2008-09-06Implement dict protocol for trees.Steve Frécinaux
2008-09-05Use a dictionnary for tree contentsSteve Frécinaux
2008-08-18Fixed bare related tests.Michael Trier