aboutsummaryrefslogtreecommitdiff
path: root/test/testlib/helper.py
AgeCommit message (Expand)Author
2010-11-21flattened test folder structure, didn't adjust any file content yetSebastian Thiel
2010-11-20testing:added special case for osx to solve a special issue with the temp dir...Sebastian Thiel
2010-11-15Optimized test-decorators, by completely removing with_bare_rw_repo, which wa...Sebastian Thiel
2010-07-11Moved test-centric windows specific fix into the class itself to assure this ...Sebastian Thiel
2010-07-02win32 compatability adjustmentsunknown
2010-06-28All tests adjusted to work with the changed internal sha representationSebastian Thiel
2010-06-24GitCmdStreamReader: fixed terrible bug which only kicked in if the stream was...Sebastian Thiel
2010-06-24Multiple partly critical bugfixes related to index handlingSebastian Thiel
2010-06-22Tree-Writing now works after fixing an off-by-one errorSebastian Thiel
2010-06-12Removed odb from project, it is now used as a submodule named gitdb, which wa...Sebastian Thiel
2010-06-04Implemented stream tests, found a bug on the way, slowly a test-framework for...Sebastian Thiel
2010-06-02commit: refactored existing code to decode commits from streams - performance...Sebastian Thiel
2010-03-04Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel
2010-02-19index: added move method including testSebastian Thiel
2009-12-03repo: renamed directories to more descriptive identifiers and made them safer...Sebastian Thiel
2009-11-06Index tests adopted to windows - especially the symlink test needed adjustmen...Sebastian Thiel
2009-11-05helper: repo creation functions now handle errors on windows during os.remove...Sebastian Thiel
2009-11-05repo.clone: Added plenty of special handling to allow drive letters to work a...Sebastian Thiel
2009-11-05cmd: added clear_cache method now used by test repo decorators to be sure per...Sebastian Thiel
2009-11-04improved error when setting up server based test to make clear a server needs...Sebastian Thiel
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-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