index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
testlib
/
helper.py
Age
Commit message (
Expand
)
Author
2009-11-05
helper: repo creation functions now handle errors on windows during os.remove...
Sebastian Thiel
2009-11-05
repo.clone: Added plenty of special handling to allow drive letters to work a...
Sebastian Thiel
2009-11-05
cmd: added clear_cache method now used by test repo decorators to be sure per...
Sebastian Thiel
2009-11-04
improved error when setting up server based test to make clear a server needs...
Sebastian Thiel
2009-11-04
helpers: fixed and improved test repo decorators to use the new head.checkout...
Sebastian Thiel
2009-10-28
Tried to use shallow repository - this works in case it is remote, but unfort...
Sebastian Thiel
2009-10-27
put _make_file helper method into TestBase class
Sebastian Thiel
2009-10-22
Added reset method to Head - its a class method due to the very general natur...
Sebastian Thiel
2009-10-22
Fixed decorator issue that would cause a function to be passed even though th...
Sebastian Thiel
2009-10-22
Implemented decorators, tests pass at least
Sebastian Thiel
2009-10-22
Added frame for new Repo handling and some neat decorators, including tests t...
Sebastian Thiel
2009-10-18
diff method now checks for git-diff errrs that can easily occour if the repos...
Sebastian Thiel
2009-10-17
Removed a few diff-related test cases that fail now as the respective method ...
Sebastian Thiel
2009-10-14
cmd: added option to return the process directly, allowing to read the output...
Sebastian Thiel
2009-10-11
converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...
Sebastian Thiel
2009-01-24
Lots of spring cleaning and added in Sphinx documentation.
Michael Trier
2008-07-16
Added license information to all files.
Michael Trier
2008-06-01
style: remove spaces around parens per PEP8
David Aguilar
2008-05-29
tests: add a test for git.foo( istream=fh )
David Aguilar
2008-05-07
Moved test stuff around and modified imports to just clean things up a bit.
Michael Trier