summaryrefslogtreecommitdiff
path: root/test/git/test_git.py
Commit message (Expand)AuthorAgeFilesLines
* tests: allow "git version" test to pass on arbitrary git versionsDavid Aguilar2008-05-311-1/+1
* didn't work for git 1.5.3 ;)Florian Apolloner2008-05-311-4/+4
* fixed last failing test, hopefully this works for all git versions...Florian Apolloner2008-05-311-1/+2
* renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ...Michael Trier2008-05-301-15/+10
* tests: add a test for the new with_raw_output mechanismDavid Aguilar2008-05-291-0/+6
* tests: add a test for the new with_stderr mechanismDavid Aguilar2008-05-291-0/+5
* tests: add a test for git.foo( with_exceptions=True )David Aguilar2008-05-291-1/+10
* tests: add a git.foo( with_status=True ) testcaseDavid Aguilar2008-05-291-0/+3
* tests: add a test for git.foo( istream=fh )David Aguilar2008-05-291-0/+7
* tests: update test_git.py to use the new single-character flag styleDavid Aguilar2008-05-281-1/+1
* fixed errors in the test, two permission errors remaining, thx to mock?!?!Florian Apolloner2008-05-211-23/+3
* Moved test stuff around and modified imports to just clean things up a bit.Michael Trier2008-05-071-3/+1
* cleaned up a bunch of imports for the tests.Michael Trier2008-05-071-3/+3
* initial projectMichael Trier2008-05-071-0/+49