aboutsummaryrefslogtreecommitdiff
path: root/test/testlib
AgeCommit message (Expand)Author
2009-11-04helpers: fixed and improved test repo decorators to use the new head.checkout...Sebastian Thiel
2009-10-28Tried to use shallow repository - this works in case it is remote, but unfort...Sebastian Thiel
2009-10-27put _make_file helper method into TestBase classSebastian Thiel
2009-10-22Added reset method to Head - its a class method due to the very general natur...Sebastian Thiel
2009-10-22Fixed decorator issue that would cause a function to be passed even though th...Sebastian Thiel
2009-10-22Implemented decorators, tests pass at leastSebastian Thiel
2009-10-22Added frame for new Repo handling and some neat decorators, including tests t...Sebastian Thiel
2009-10-18diff method now checks for git-diff errrs that can easily occour if the repos...Sebastian Thiel
2009-10-17Removed a few diff-related test cases that fail now as the respective method ...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-11Fixed remaining tests to deal with the changesSebastian Thiel
2009-10-11fixed issue in Ref.name implementation which would not handle components prop...Sebastian Thiel
2009-10-11converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...Sebastian Thiel
2009-01-24Lots of spring cleaning and added in Sphinx documentation.Michael Trier
2008-07-16Added license information to all files.Michael Trier
2008-06-01style: remove spaces around parens per PEP8David Aguilar
2008-05-29tests: add a test for git.foo( istream=fh )David Aguilar
2008-05-07Moved test stuff around and modified imports to just clean things up a bit.Michael Trier