summaryrefslogtreecommitdiff
path: root/test/testlib
Commit message (Expand)AuthorAgeFilesLines
* repo: renamed directories to more descriptive identifiers and made them safer...Sebastian Thiel2009-12-031-1/+1
* Index tests adopted to windows - especially the symlink test needed adjustmen...Sebastian Thiel2009-11-061-1/+1
* helper: repo creation functions now handle errors on windows during os.remove...Sebastian Thiel2009-11-051-5/+16
* repo.clone: Added plenty of special handling to allow drive letters to work a...Sebastian Thiel2009-11-051-1/+4
* cmd: added clear_cache method now used by test repo decorators to be sure per...Sebastian Thiel2009-11-051-0/+4
* improved error when setting up server based test to make clear a server needs...Sebastian Thiel2009-11-041-2/+10
* helpers: fixed and improved test repo decorators to use the new head.checkout...Sebastian Thiel2009-11-041-2/+6
* Tried to use shallow repository - this works in case it is remote, but unfort...Sebastian Thiel2009-10-281-3/+32
* put _make_file helper method into TestBase classSebastian Thiel2009-10-271-1/+12
* Added reset method to Head - its a class method due to the very general natur...Sebastian Thiel2009-10-221-2/+2
* Fixed decorator issue that would cause a function to be passed even though th...Sebastian Thiel2009-10-221-2/+4
* Implemented decorators, tests pass at leastSebastian Thiel2009-10-221-26/+44
* Added frame for new Repo handling and some neat decorators, including tests t...Sebastian Thiel2009-10-222-1/+98
* diff method now checks for git-diff errrs that can easily occour if the repos...Sebastian Thiel2009-10-181-0/+6
* Removed a few diff-related test cases that fail now as the respective method ...Sebastian Thiel2009-10-171-4/+28
* cmd: added option to return the process directly, allowing to read the output...Sebastian Thiel2009-10-141-0/+11
* tree: now behaves like a list with string indexing functionality - using a di...Sebastian Thiel2009-10-121-0/+1
* Fixed remaining tests to deal with the changesSebastian Thiel2009-10-111-2/+14
* fixed issue in Ref.name implementation which would not handle components prop...Sebastian Thiel2009-10-111-2/+2
* converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...Sebastian Thiel2009-10-113-20/+20
* Lots of spring cleaning and added in Sphinx documentation.Michael Trier2009-01-243-3/+3
* Added license information to all files.Michael Trier2008-07-163-0/+18
* style: remove spaces around parens per PEP8David Aguilar2008-06-011-1/+1
* tests: add a test for git.foo( istream=fh )David Aguilar2008-05-291-5/+8
* Moved test stuff around and modified imports to just clean things up a bit.Michael Trier2008-05-073-0/+49